Skip to content

Commit

Permalink
build(deps): update actions/checkout action to v3.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent cf607e1 commit b7e8732
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.2
- name: Run tests
run: echo "No tests configured yet"

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.2
- name: Add release assets
env:
RELEASE_TAG: ${{ needs.pre-release.outputs.RELEASE_TAG }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.2
- name: Run tests
run: echo "No tests configured yet"

Expand All @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3.0.0
uses: actions/checkout@v3.5.2
- name: Add release assets
env:
RELEASE_TAG: ${{ needs.release.outputs.RELEASE_TAG }}
Expand Down

0 comments on commit b7e8732

Please sign in to comment.