Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4 (#115)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 19, 2024
1 parent 7371ee7 commit c9e15f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/files-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@ jobs:
- views
steps:
- name: Checkout source
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: source
- name: Checkout target - default branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: micronaut-projects/micronaut-${{ matrix.repo }}
path: target
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-gradle-wrapper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
if: github.repository == 'micronaut-projects/micronaut-project-template'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}
- name: "Update Gradle Wrapper"
Expand Down

0 comments on commit c9e15f2

Please sign in to comment.