Skip to content

Commit

Permalink
Merge pull request #246 from sue445/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
sue445 committed Sep 4, 2023
2 parents 44cd19d + 063b889 commit a0fc6e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-merge.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
if: github.actor == 'dependabot[bot]'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- debian:buster

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit a0fc6e4

Please sign in to comment.