Skip to content

Commit 91d2d77

Browse files
build(deps): bump actions/checkout from 5 to 6 (#1929)
1 parent 9723806 commit 91d2d77

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

.github/workflows/compatibility.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
distrobox_changed: ${{ steps.check_file_changed.outputs.distrobox_changed }}
3131
steps:
3232

33-
- uses: actions/checkout@v5
33+
- uses: actions/checkout@v6
3434
with:
3535
# Checkout as many commits as needed for the diff
3636
fetch-depth: 2
@@ -55,7 +55,7 @@ jobs:
5555
github.event.inputs.run_always == 'True'
5656
steps:
5757

58-
- uses: actions/checkout@v5
58+
- uses: actions/checkout@v6
5959

6060
# Fetch from compatibility table all the distros supported
6161
- id: set-matrix
@@ -85,7 +85,7 @@ jobs:
8585

8686
steps:
8787
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989

9090
# Ensure distrobox create works:
9191
- name: Distrobox create

.github/workflows/main.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323

2424
- name: Run dash -n
2525
run: |
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838

3939
steps:
40-
- uses: actions/checkout@v5
40+
- uses: actions/checkout@v6
4141

4242
- name: Run shfmt
4343
run: |
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858

5959
steps:
60-
- uses: actions/checkout@v5
60+
- uses: actions/checkout@v6
6161

6262
# Exclude from bashate the following rules:
6363
# - SC2310 we don't want to exit if errors happen inside a check, that's why we have a check...
@@ -85,7 +85,7 @@ jobs:
8585
security-events: write
8686

8787
steps:
88-
- uses: actions/checkout@v5
88+
- uses: actions/checkout@v6
8989
with:
9090
fetch-depth: 0
9191

@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100

101101
steps:
102-
- uses: actions/checkout@v5
102+
- uses: actions/checkout@v6
103103
# Exclude from bashate the following rules:
104104
# - E002 we use tab indentation as suggested by shfmt.
105105
# - E003 we use tab indentation as suggested by shfmt.
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122

123123
steps:
124-
- uses: actions/checkout@v5
124+
- uses: actions/checkout@v6
125125

126126
- name: Run markdownlint
127127
run: |
@@ -132,7 +132,7 @@ jobs:
132132
runs-on: ubuntu-latest
133133

134134
steps:
135-
- uses: actions/checkout@v5
135+
- uses: actions/checkout@v6
136136

137137
- uses: codespell-project/actions-codespell@v2
138138
with:
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: ubuntu-latest
143143

144144
steps:
145-
- uses: actions/checkout@v5
145+
- uses: actions/checkout@v6
146146

147147
- name: Run shell-funcheck
148148
run: |

.github/workflows/manpages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distrobox_changed: ${{ steps.check_file_changed.outputs.distrobox_changed }}
2222
steps:
2323

24-
- uses: actions/checkout@v5
24+
- uses: actions/checkout@v6
2525
with:
2626
# Checkout as many commits as needed for the diff
2727
repository: 89luca89/distrobox
@@ -45,7 +45,7 @@ jobs:
4545
if: needs.check_changes.outputs.distrobox_changed == 'True'
4646
steps:
4747

48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
with:
5050
token: ${{ secrets.PAT }}
5151

0 commit comments

Comments
 (0)