Skip to content

Commit 6433dd8

Browse files
authored
Merge pull request #318 from com-pas/dependabot/github_actions/actions/checkout-4.1.2
chore(deps): bump actions/checkout from 4.1.1 to 4.1.2
2 parents 9fbca89 + c0bbe5e commit 6433dd8

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)