Skip to content

Commit

Permalink
Merge pull request #90 from corgibytes/2264dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/checkout-4
  • Loading branch information
mscottford authored Sep 23, 2023
2 parents aa4a4fb + bee9dda commit 83a7af0
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 @@ -26,7 +26,7 @@ jobs:
steps:

- name: 1. Check out code
uses: actions/checkout@v4.0.0 # https://github.com/actions/checkout
uses: actions/checkout@v4 # https://github.com/actions/checkout
with:
fetch-depth: '0' # https://github.com/shipkit/shipkit-changelog#fetch-depth-on-ci

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

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

- name: Update Gradle Wrapper
uses: gradle-update/update-gradle-wrapper-action@v1
Expand Down

0 comments on commit 83a7af0

Please sign in to comment.