Skip to content

Commit

Permalink
Update actions/checkout action to v3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 14, 2023
1 parent dc8a0aa commit dfb225a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
token: ${{ secrets.PUSH_PAT }}

Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
token: ${{ secrets.PUSH_PAT }}

Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
tag: ${{ env.RELEASE_VERSION }}
token: ${{ secrets.GITHUB_TOKEN }}

- uses: actions/[email protected].0
- uses: actions/[email protected].2
with:
ref: 'master'
token: ${{ secrets.PUSH_PAT }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_snapshot_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macOS-latest

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].2

- uses: actions/[email protected]
with:
Expand Down

0 comments on commit dfb225a

Please sign in to comment.