Skip to content

Commit

Permalink
[CI] Upgrade from checkout@v2 to checkout@v4 (#305)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mth0158 committed Nov 26, 2024
1 parent e0d536d commit 6991a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/minitest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: sudo apt-get update && sudo apt-get -y install libvips

- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set BUNDLE_GEMFILE
run: echo 'BUNDLE_GEMFILE=${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile' >> $GITHUB_ENV
Expand Down

0 comments on commit 6991a1c

Please sign in to comment.