Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Commit 1bdb411

Browse filesBrowse files
authored
Merge pull request docker-library#1241 from Earlopain/update-actions
Bump `actions/checkout` to v4
2 parents bdd4270 + d2cafdf commit 1bdb411
Copy full SHA for 1bdb411

File tree

2 files changed

+3
-3
lines changed
Filter options

2 files changed

+3
-3
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
outputs:
2020
strategy: ${{ steps.generate-jobs.outputs.strategy }}
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: docker-library/bashbrew@HEAD
2424
- id: generate-jobs
2525
name: Generate Jobs
@@ -35,7 +35,7 @@ jobs:
3535
name: ${{ matrix.name }}
3636
runs-on: ${{ matrix.os }}
3737
steps:
38-
- uses: actions/checkout@v3
38+
- uses: actions/checkout@v4
3939
- name: Prepare Environment
4040
run: ${{ matrix.runs.prepare }}
4141
- name: Pull Dependencies

‎.github/workflows/verify-templating.yml

Copy file name to clipboardExpand all lines: .github/workflows/verify-templating.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Check For Uncomitted Changes
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: Apply Templates
1919
run: ./apply-templates.sh
2020
- name: Check Git Status

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.