Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.3.0 to 3.5.0 #593

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.3.0
- uses: actions/checkout@v3.5.0

- 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.3.0
- uses: actions/checkout@v3.5.0
- uses: actions/setup-node@v3.6.0
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.3.0
uses: actions/checkout@v3.5.0

- name: Setup Node
uses: actions/setup-node@v3.6.0
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.3.0
- uses: actions/checkout@v3.5.0
- uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'
Expand All @@ -39,7 +39,7 @@ jobs:
- test

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
- uses: actions/setup-node@v3.6.0
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.3.0
- uses: actions/checkout@v3.5.0
- uses: actions/setup-node@v3.6.0
with:
node-version: '18.x'
Expand Down