WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit fcd4354

Browse files
Merge pull request #84 from palfrey/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 95209d9 + d26554b commit fcd4354

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo pg_ctlcluster 16 main start || true
1919
sudo pg_lsclusters
2020
sudo -u postgres psql -c "ALTER USER postgres PASSWORD 'postgres';"
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: dtolnay/rust-toolchain@stable
2323
with:
2424
components: rustfmt, clippy
@@ -52,7 +52,7 @@ jobs:
5252
build_host: aarch64-unknown-linux-musl
5353
build_arch: arm64
5454
steps:
55-
- uses: actions/checkout@v5
55+
- uses: actions/checkout@v6
5656
- uses: actions/cache@v4
5757
with:
5858
path: |

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
pg_ctl -D /usr/local/var/postgres start
1919
psql postgres -c "CREATE USER foo WITH PASSWORD 'bar';"
2020
createdb -O foo foo
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: dtolnay/rust-toolchain@stable
2323
with:
2424
toolchain: stable

0 commit comments

Comments
 (0)