From 6b3f6c6fb43a6ae5dd2481f4b86dc437d0136c4c Mon Sep 17 00:00:00 2001 From: Brian Chen Date: Tue, 29 Apr 2025 14:04:22 -0400 Subject: [PATCH] update github actions to commits --- .github/dependabot.yaml | 6 ++++++ .github/workflows/liquid.yml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..c75e875a --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly diff --git a/.github/workflows/liquid.yml b/.github/workflows/liquid.yml index 0a8474f1..e496f55f 100644 --- a/.github/workflows/liquid.yml +++ b/.github/workflows/liquid.yml @@ -31,8 +31,8 @@ jobs: - { ruby: ruby-head, allowed-failure: false, rubyopt: "--yjit" } name: Test Ruby ${{ matrix.entry.ruby }} steps: - - uses: actions/checkout@v3 - - uses: ruby/setup-ruby@v1 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0 with: ruby-version: ${{ matrix.entry.ruby }} bundler-cache: true @@ -45,8 +45,8 @@ jobs: memory_profile: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - - uses: ruby/setup-ruby@v1 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + - uses: ruby/setup-ruby@dffc446db9ba5a0c4446edb5bca1c5c473a806c5 # v1.235.0 with: bundler-cache: true - run: bundle exec rake memory_profile:run