Skip to content

Commit

Permalink
Update actions/checkout action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent 4a85907 commit 62c5583
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
install: >-
tar
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Restore native cache
id: cache-native
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/detekt-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3

# Gets the download URL associated with the $DETEKT_RELEASE_TAG
- name: Get Detekt download URL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
mingw-w64-x86_64-extra-cmake-modules
mingw64/mingw-w64-x86_64-cyrus-sasl
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Restore native cache
id: cache-native
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
scripts/build
key: ${{ runner.os }}-native-${{ hashFiles('./scripts/*') }}

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

- name: Setup native libraries
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
mingw-w64-x86_64-extra-cmake-modules
mingw64/mingw-w64-x86_64-cyrus-sasl
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: ${{ startsWith(matrix.os.runner, github.event.inputs.runner) }}

- name: Restore libmongoc cache
Expand Down

0 comments on commit 62c5583

Please sign in to comment.