Skip to content

Commit ec523d7

Browse files
authored
Merge pull request #5 from userdocs/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents b9a7d65 + 26b7c41 commit ec523d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/alpine_multi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
LDFLAGS: "--static -static"
4545

4646
steps:
47-
- uses: actions/checkout@v3
47+
- uses: actions/checkout@v4
4848

4949
- name: Docker multiarch bootstrap
5050
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes

.github/workflows/cygwin_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: git config --global core.autocrlf input
3636

3737
- name: Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Host - Get packages_list
4141
run: echo "packages_list=$(Get-Content -Path packages.cmd)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append

.github/workflows/cygwin_cmd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- run: git config --global core.autocrlf input
3636

3737
- name: Checkout
38-
uses: actions/checkout@v3
38+
uses: actions/checkout@v4
3939

4040
- name: Install cygwin-installer.cmd
4141
run: .\cygwin-installer.cmd

0 commit comments

Comments
 (0)