Skip to content

Commit ab90b12

Browse files
Bump actions/checkout from 3 to 4 (#1988)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3675f63 commit ab90b12

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

.github/workflows/contributed-recipes.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix: ${{ steps.set-matrix.outputs.matrix }}
2727
steps:
2828
- name: Checkout Repo ⚡️
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Calculate recipes matrix 🛠
3232
id: set-matrix
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout Repo ⚡️
42-
uses: actions/checkout@v3
42+
uses: actions/checkout@v4
4343

4444
- name: Build recipe 🛠
4545
# We're pulling here to avoid accidentally using image which migt be present on aarch64 self-hosted runner

.github/workflows/docker-build-test-upload.yml

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

3030
steps:
3131
- name: Checkout Repo ⚡️
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
- name: Create dev environment 📦
3434
uses: ./.github/actions/create-dev-env
3535
with:

.github/workflows/docker-merge-tags.yml

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

2323
steps:
2424
- name: Checkout Repo ⚡️
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Create dev environment 📦
2727
uses: ./.github/actions/create-dev-env
2828
with:

.github/workflows/docker-tag-push.yml

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

2727
steps:
2828
- name: Checkout Repo ⚡️
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
- name: Create dev environment 📦
3131
uses: ./.github/actions/create-dev-env
3232
with:

.github/workflows/docker-wiki-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout Repo ⚡️
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@v4
1515
- name: Create dev environment 📦
1616
uses: ./.github/actions/create-dev-env
1717
with:
@@ -29,7 +29,7 @@ jobs:
2929
shell: bash
3030

3131
- name: Checkout Wiki Repo 📃
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: ${{ github.repository }}.wiki
3535
path: wiki/

.github/workflows/hub-overview.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 Repo ⚡️
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424

2525
- name: Push README to Docker Hub 🐳
2626
uses: christian-korneck/update-container-description-action@d36005551adeaba9698d8d67a296bd16fa91f8e8 # v1

.github/workflows/pre-commit.yml

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

1818
steps:
1919
- name: Checkout Repo ⚡️
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121

2222
- name: Set Up Python 🐍
2323
uses: actions/setup-python@v4

.github/workflows/sphinx.yml

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

3333
steps:
3434
- name: Checkout Repo ⚡️
35-
uses: actions/checkout@v3
35+
uses: actions/checkout@v4
3636
with:
3737
fetch-depth: 0
3838

0 commit comments

Comments
 (0)