Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 18, 2023
1 parent 6bd4def commit e4ad1a4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-pr-head.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
PR_HEAD_LABEL: ${{ github.event.pull_request.head.label }}

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1

- run: |2
if ! [ $PR_HEAD_LABEL == 'parzh:develop' ]; then
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-version-changed.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Check package.json version is updated
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
with:
node-version: '18.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.6.0
uses: actions/checkout@v4.1.1

- name: Setup Node
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-xrange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- macos-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
with:
node-version: '18.x'
Expand All @@ -39,7 +39,7 @@ jobs:
- test

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
with:
node-version: '18.x'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-changes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- macos-latest

steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.1
- uses: actions/[email protected]
with:
node-version: '18.x'
Expand Down

0 comments on commit e4ad1a4

Please sign in to comment.