Skip to content

build(deps): bump actions/checkout from 4 to 5 #32

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install dependencies
run: |
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
msystem: ${{ matrix.msystem }}

- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: bootstrap
run: GNULIB_URL=https://github.com/coreutils/gnulib.git ./bootstrap
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-alpine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
cat /proc/cpuinfo

- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install dependencies
uses: jirutka/setup-alpine@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-cross.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: lscpu

- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install toolchain for ${{ matrix.arch }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-cygwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: checkout repository
# This must be done before installing Cygwin because their git is
# incompatible with this action.
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install Cygwin build environment
uses: cygwin/cygwin-install-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install dependencies
# This step sometimes takes long and still recovers. But sometimes it
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-mingw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ jobs:
zip

- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: prepare ccache
# create key with human readable timestamp
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/make-ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
run: lscpu

- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5

- name: install dependencies
env:
Expand Down
Loading