Skip to content

Commit

Permalink
Merge pull request #39 from higebu/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
fix(deps): update actions/checkout action to v4
  • Loading branch information
higebu authored Sep 2, 2024
2 parents cd13762 + 4871f71 commit f9e9983
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
release-type: ruby
version-file: lib/vagrant-vyos/version.rb

- uses: actions/checkout@v3
- uses: actions/checkout@v4
if: ${{ steps.release.outputs.release_created }}

- name: Set up Ruby 2.6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby 2.6
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit f9e9983

Please sign in to comment.