Skip to content

Commit

Permalink
Merge pull request #638 from parzh/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.5.3
  • Loading branch information
parzhitsky committed Jul 9, 2023
2 parents 24c38e7 + 47e0a09 commit a9e0481
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.3.0
- uses: actions/checkout@v3.5.3

- 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.3
- 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.3.0
uses: actions/checkout@v3.5.3

- 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.3.0
- uses: actions/checkout@v3.5.3
- uses: actions/[email protected]
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.3
- 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.3.0
- uses: actions/checkout@v3.5.3
- uses: actions/[email protected]
with:
node-version: '18.x'
Expand Down

0 comments on commit a9e0481

Please sign in to comment.