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 10, 2023
1 parent 144cce4 commit 5ab8870
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 @@ -45,7 +45,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 libmongoc cache
id: cache-libmongoc
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 @@ -61,7 +61,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 libmongoc cache
id: cache-libmongoc
Expand Down Expand Up @@ -180,7 +180,7 @@ jobs:
scripts/build
key: ${{ runner.os }}-libmongoc-${{ hashFiles('./scripts/*') }}

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

- name: Setup libmongoc
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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 5ab8870

Please sign in to comment.