Skip to content

Commit 3c7ed40

Browse files
Bump actions/checkout from 4.0.0 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.0.0...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2974028 commit 3c7ed40

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4.0.0
13+
- uses: actions/checkout@v4.1.2
1414
- uses: actions/setup-node@v3
1515
with:
1616
node-version: "12"

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.0.0
12+
- uses: actions/checkout@v4.1.2
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: "12"

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4.0.0
12+
- uses: actions/checkout@v4.1.2
1313
- uses: actions/setup-node@v3
1414
with:
1515
node-version: "12"

0 commit comments

Comments
 (0)