Skip to content

Commit

Permalink
Merge pull request #756 from flippercloud/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
bkeepers authored Sep 17, 2023
2 parents 43d2d7c + 761170c commit c13edce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
with:
mongodb-version: 4.0
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Do some action caching
uses: actions/cache@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
mongodb-version: 4.0
- name: Check out repository code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Do some action caching
uses: actions/cache@v3
with:
Expand Down

0 comments on commit c13edce

Please sign in to comment.