Skip to content

Commit

Permalink
Merge pull request #306 from igorkasyanchuk/305-ci-upgrade-from-check…
Browse files Browse the repository at this point in the history
…outv2-to-checkoutv4

[CI] Upgrade from checkout@v2 to checkout@v4 (#305)
  • Loading branch information
Mth0158 authored Nov 28, 2024
2 parents e0d536d + 6991a1c commit a463823
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 a463823

Please sign in to comment.