Skip to content

Commit 8091c55

Browse files
build(deps): bump actions/checkout from 4.1.7 to 4.2.1 (#165)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.1) --- 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 1c7455b commit 8091c55

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 4 additions & 4 deletions
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/checkout@v4.1.7
17+
uses: actions/checkout@v4.2.1
1818

1919
- name: Check for changes
2020
uses: dorny/paths-filter@v3.0.2
@@ -34,7 +34,7 @@ jobs:
3434
if: needs.change-triage.outputs.ep4k-changed == 'true'
3535
steps:
3636
- name: Checkout
37-
uses: actions/checkout@v4.1.7
37+
uses: actions/checkout@v4.2.1
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/checkout@v4.1.7
71+
uses: actions/checkout@v4.2.1
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/checkout@v4.1.7
113+
uses: actions/checkout@v4.2.1
114114
with:
115115
fetch-depth: 0
116116

.github/workflows/lint.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/checkout@v4.1.7
14+
uses: actions/checkout@v4.2.1
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: actions/checkout@v4.1.7
16+
uses: actions/checkout@v4.2.1
1717
-
1818
name: Get tag
1919
run: |

.github/workflows/release-publish.yml

Lines changed: 2 additions & 2 deletions
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/checkout@v4.1.7
13+
uses: actions/checkout@v4.2.1
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/checkout@v4.1.7
27+
uses: actions/checkout@v4.2.1
2828
with:
2929
ref: gh-pages
3030
fetch-depth: 0

.github/workflows/release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
-
1717
name: Checkout
18-
uses: actions/checkout@v4.1.7
18+
uses: actions/checkout@v4.2.1
1919
-
2020
name: Temporarily disable "include administrators" branch protection
2121
if: ${{ always() && github.ref == 'refs/heads/main' }}

0 commit comments

Comments
 (0)