Skip to content

Commit 893d2a3

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump actions/checkout from 3.0.0 to 3.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.0.0...v3.0.1) --- 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 8c27e7b commit 893d2a3

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
timeout-minutes: 5
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].1
1414
with:
1515
fetch-depth: 0
1616
- name: Set up node
@@ -32,7 +32,7 @@ jobs:
3232
timeout-minutes: 5
3333
steps:
3434
- name: Checkout
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
- name: Set up node
3737
uses: actions/[email protected]
3838
with:
@@ -51,7 +51,7 @@ jobs:
5151
security-events: write
5252
steps:
5353
- name: Checkout
54-
uses: actions/[email protected].0
54+
uses: actions/[email protected].1
5555
- name: Set up CodeQL
5656
uses: github/codeql-action/init@v1
5757
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- ci
2323
steps:
2424
- name: Checkout
25-
uses: actions/[email protected].0
25+
uses: actions/[email protected].1
2626
with:
2727
persist-credentials: false
2828
- name: Set up node

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
timeout-minutes: 5
1818
steps:
1919
- name: Checkout
20-
uses: actions/[email protected].0
20+
uses: actions/[email protected].1
2121
- name: Sync labels
2222
uses: micnncim/[email protected]
2323
with:

.github/workflows/update-license.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
REGEX: ^(Copyright \(c\) )[0-9]{4}( Devon Powell)$
1919
steps:
2020
- name: Checkout
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222
- name: Determine info
2323
shell: bash
2424
id: info

.github/workflows/update-node.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 5
1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].0
19+
uses: actions/[email protected].1
2020
- name: Determine info
2121
shell: bash
2222
id: info

0 commit comments

Comments
 (0)