Skip to content

Commit

Permalink
Merge pull request #5 from userdocs/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
userdocs authored Sep 6, 2023
2 parents b9a7d65 + 26b7c41 commit ec523d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/alpine_multi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
LDFLAGS: "--static -static"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Docker multiarch bootstrap
run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cygwin_action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: git config --global core.autocrlf input

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Host - Get packages_list
run: echo "packages_list=$(Get-Content -Path packages.cmd)" | Out-File -FilePath $Env:GITHUB_ENV -Encoding utf8 -Append
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cygwin_cmd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: git config --global core.autocrlf input

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install cygwin-installer.cmd
run: .\cygwin-installer.cmd
Expand Down

0 comments on commit ec523d7

Please sign in to comment.