Skip to content

Commit

Permalink
Bump actions/checkout from 3.4.0 to 3.5.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.4.0...v3.5.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and ffried committed Mar 24, 2023
1 parent 1483d8a commit 4ad46d7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.5.0

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: Install dependencies
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
with:
token: ${{ secrets.BOT_TOKEN }}
- name: Generate action code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Update Running Releases
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- uses: sersoft-gmbh/running-release-tags-action@v2.1.1
if: ${{ github.event.release.prerelease == false }}
with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' }}
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' }}
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' }}
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:
- name: Install dependencies
if: github.event_name == 'pull_request'
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down Expand Up @@ -387,7 +387,7 @@ jobs:
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' }}
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down Expand Up @@ -570,7 +570,7 @@ jobs:
- name: Install dependencies
if: ${{ github.event_name == 'pull_request' }}
run: sudo npm i -g typescript @vercel/ncc
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.5.0
- name: Generate action code
if: ${{ github.event_name == 'pull_request' }}
run: npm run deploy
Expand Down

0 comments on commit 4ad46d7

Please sign in to comment.