Skip to content

Commit

Permalink
Update actions/checkout action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2023
1 parent c8c6c1f commit 15578a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
curl
mingw-w64-x86_64-curl
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0

- name: Restore native library cache
id: cache-native
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
needs: [ check ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0

- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
scripts/build
key: ${{ runner.os }}-native-${{ hashFiles('./scripts/*') }}

- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0
if: ${{ matrix.repository.enabled == true }}

- name: Setup native libraries
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
needs: [ check, release-Artefacts ]
if: ${{ github.event.inputs.skipGradlePluginPortal != 'y' }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.3.0

- name: Restore Gradle cache
uses: actions/[email protected]
Expand Down

0 comments on commit 15578a5

Please sign in to comment.