Skip to content

Commit

Permalink
Merge pull request #515 from gregoranders/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evelopment/actions/checkout-3.5.2

github-actions: bump actions/checkout from 3.5.0 to 3.5.2
  • Loading branch information
gregoranders committed Jun 4, 2023
2 parents 11f53ea + ed9edee commit 35ebf7f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codacy-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: recursive

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 @@ -18,7 +18,7 @@ jobs:
matrix:
language: ['javascript']
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: recursive
- uses: actions/setup-node@v3.6.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [16.x, 18.x, 19.x]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
uses: actions/setup-node@v3.6.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: [16.x]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: recursive
- name: Use Node.js ${{ matrix.node-version }} on ${{ matrix.os }}
Expand Down

0 comments on commit 35ebf7f

Please sign in to comment.