Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit 99dd6a4

Browse files
Bump actions/checkout from 2.4.0 to 3.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 266e75b commit 99dd6a4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
outputs:
4949
version-nr: ${{ steps.determine-npm-version.outputs.version-nr }}
5050
steps:
51-
- uses: actions/checkout@v2.4.0
51+
- uses: actions/checkout@v3.0.0
5252
- name: Mark GitHub Deployment as in progress
5353
if: github.actor != 'dependabot[bot]'
5454
id: start-deployment

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
os: [ubuntu-20.04, windows-2019]
1414
node-version: [16.x, 14.x, 12.x]
1515
steps:
16-
- uses: actions/checkout@v2.4.0
16+
- uses: actions/checkout@v3.0.0
1717
- name: Use Node.js ${{ matrix.node-version }}
1818
uses: actions/[email protected]
1919
with:

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout repository
37-
uses: actions/checkout@v2.4.0
37+
uses: actions/checkout@v3.0.0
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
runs-on: ubuntu-20.04
3434
needs: [prepare-deployment]
3535
steps:
36-
- uses: actions/checkout@v2.4.0
36+
- uses: actions/checkout@v3.0.0
3737
- name: Mark GitHub Deployment as in progress
3838
id: start-deployment
3939
uses: octokit/[email protected]

0 commit comments

Comments
 (0)