Skip to content

Commit d024406

Browse files
committed
CI: Move from actions/checkout@v4 to actions/checkout@v6.
actions/checkout@v4 is deprecated, and v6 is the current.
1 parent e2b3b4a commit d024406

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/main.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Ubuntu 24.04
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919
# Runs a set of commands using the runners shell
2020
- name: Start build
2121
run: |
@@ -37,7 +37,7 @@ jobs:
3737
container: debian:12
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v6
4141
- name: Start build
4242
run: |
4343
apt-get update
@@ -55,7 +55,7 @@ jobs:
5555
container: debian:11
5656
steps:
5757
- name: Checkout
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v6
5959
- name: Start build
6060
run: |
6161
apt-get update
@@ -73,7 +73,7 @@ jobs:
7373
container: debian:10
7474
steps:
7575
- name: Checkout
76-
uses: actions/checkout@v4
76+
uses: actions/checkout@v6
7777
- name: Start build
7878
run: |
7979
sed -i 's|deb.debian.org/debian buster main|archive.debian.org/debian buster main|g' /etc/apt/sources.list
@@ -94,7 +94,7 @@ jobs:
9494
container: alpine:latest
9595
steps:
9696
- name: Checkout
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v6
9898
- name: Start build
9999
run: |
100100
apk update
@@ -113,7 +113,7 @@ jobs:
113113
container: archlinux:latest
114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout@v4
116+
uses: actions/checkout@v6
117117
- name: Start build
118118
run: |
119119
pacman -Syu --noconfirm
@@ -130,7 +130,7 @@ jobs:
130130
# runs-on: ubuntu-24.04
131131
# name: FreeBSD
132132
# steps:
133-
# - uses: actions/checkout@v4
133+
# - uses: actions/checkout@v6
134134
# - name: Build LBBS
135135
# uses: vmactions/freebsd-vm@v1
136136
# with:

0 commit comments

Comments
 (0)