Skip to content

Commit 449b84a

Browse files
authored
Merge pull request #332 from com-pas/dependabot/github_actions/actions/checkout-4.1.7
chore(deps): bump actions/checkout from 4.1.4 to 4.1.7
2 parents bef8d27 + 5f87ce0 commit 449b84a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-project.yml

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

2121
steps:
2222
- name: Checkout
23-
uses: actions/[email protected].4
23+
uses: actions/[email protected].7
2424
with:
2525
submodules: 'true'
2626

.github/workflows/release-project.yml

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

1717
steps:
1818
- name: Checkout
19-
uses: actions/[email protected].4
19+
uses: actions/[email protected].7
2020
with:
2121
submodules: 'true'
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-22.04
77
steps:
88
- name: Checkout
9-
uses: actions/[email protected].4
9+
uses: actions/[email protected].7
1010
with:
1111
submodules: 'true'
1212

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-22.04
1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].4
14+
uses: actions/[email protected].7
1515
with:
1616
submodules: 'true'
1717

0 commit comments

Comments
 (0)