Skip to content

Commit c0bbe5e

Browse files
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 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.1.1...v4.1.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 9fbca89 commit c0bbe5e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Checkout
23-
uses: actions/[email protected].1
23+
uses: actions/[email protected].2
2424

2525
- name: Cache Docker Register
2626
if: ${{ github.event_name == 'pull_request' }}

.github/workflows/release-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].1
19+
uses: actions/[email protected].2
2020

2121
- name: Cache Docker Register
2222
uses: actions/cache@v4

.github/workflows/test-and-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout
9-
uses: actions/[email protected].1
9+
uses: actions/[email protected].2
1010

1111
- name: Use Node.js 18.x
1212
uses: actions/setup-node@v4

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: actions/[email protected].1
12+
uses: actions/[email protected].2
1313

1414
- name: Use Node.js 18.x
1515
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)