Skip to content

Commit f3809a1

Browse files
build(deps): bump actions/checkout from 4.1.1 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.7. - [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.7) --- 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 a013b39 commit f3809a1

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/continuous-delivery.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
ep4k-changed: ${{ steps.filter.outputs.ep4k-changed }}
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].7
1818

1919
- name: Check for changes
2020
uses: dorny/[email protected]
@@ -34,7 +34,7 @@ jobs:
3434
if: needs.change-triage.outputs.ep4k-changed == 'true'
3535
steps:
3636
- name: Checkout
37-
uses: actions/[email protected].2
37+
uses: actions/[email protected].7
3838
with:
3939
fetch-depth: 0
4040

@@ -68,7 +68,7 @@ jobs:
6868
if: needs.change-triage.outputs.pg4k-pgd-changed == 'true'
6969
steps:
7070
- name: Checkout
71-
uses: actions/[email protected].2
71+
uses: actions/[email protected].7
7272
with:
7373
fetch-depth: 0
7474

@@ -110,7 +110,7 @@ jobs:
110110
if: needs.change-triage.outputs.ep4k-changed == 'true'
111111
steps:
112112
- name: Checkout
113-
uses: actions/[email protected].1
113+
uses: actions/[email protected].7
114114
with:
115115
fetch-depth: 0
116116

.github/workflows/lint.yml

+1-1
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].2
14+
uses: actions/[email protected].7
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/release-pr.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: actions/[email protected].2
16+
uses: actions/[email protected].7
1717
-
1818
name: Get tag
1919
run: |

.github/workflows/release-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout
13-
uses: actions/[email protected].2
13+
uses: actions/[email protected].7
1414
with:
1515
fetch-depth: 0
1616

@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-22.04
2525
steps:
2626
- name: Checkout
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].7
2828
with:
2929
ref: gh-pages
3030
fetch-depth: 0

.github/workflows/release-tag.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/[email protected].2
18+
uses: actions/[email protected].7
1919
-
2020
name: Temporarily disable "include administrators" branch protection
2121
if: ${{ always() && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)