Skip to content

Commit 93995fc

Browse files
build(deps): bump actions/checkout from 3.0.0 to 3.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 453b48f commit 93995fc

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/_meta-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout Repository
41-
uses: actions/[email protected].0
41+
uses: actions/[email protected].2
4242

4343
- name: Set up NodeJs
4444
uses: actions/[email protected]
@@ -68,7 +68,7 @@ jobs:
6868

6969
steps:
7070
- name: Checkout Repository
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].2
7272

7373
- name: Download Artifacts
7474
uses: actions/[email protected]

.github/workflows/ci-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Repository
24-
uses: actions/[email protected].0
24+
uses: actions/[email protected].2
2525

2626
- name: Set up NodeJs
2727
uses: actions/[email protected]

.github/workflows/codeql-analysis.yaml

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

2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v3.0.2
3030
with:
3131
# We must fetch at least the immediate parents so that if this is
3232
# a pull request then we can checkout the head.

.github/workflows/dependency-review.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout Repository
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].2
1414

1515
- name: Dependency Review
1616
uses: actions/dependency-review-action@v2

0 commit comments

Comments
 (0)