Skip to content

Commit 19fc7bb

Browse files
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 72cc73d commit 19fc7bb

12 files changed

+14
-14
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
# We must fetch at least the immediate parents so that if this is
3434
# a pull request then we can checkout the head.

.github/workflows/docker-ghcrio.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- prepare
6363
steps:
6464
- name: Check out code
65-
uses: actions/checkout@v5
65+
uses: actions/checkout@v6
6666
with:
6767
fetch-tags: true
6868
ref: ${{ github.ref }}
@@ -112,14 +112,14 @@ jobs:
112112
113113
- name: Check out code
114114
if: github.event_name == 'workflow_dispatch'
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@v6
116116
with:
117117
ref: ${{ inputs.ref }}
118118
fetch-tags: true
119119

120120
- name: Check out code
121121
if: github.event_name != 'workflow_dispatch'
122-
uses: actions/checkout@v5
122+
uses: actions/checkout@v6
123123
with:
124124
fetch-tags: true
125125
ref: ${{ github.ref }}

.github/workflows/packages-centos-7.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-debian-bookworm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-debian-bullseye.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-rockylinux-8.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-rockylinux-9.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-ubuntu-18.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-ubuntu-20.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

.github/workflows/packages-ubuntu-22.04.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
sudo apt-get install libcairo2-dev mercurial pkg-config wget -y
3333
gem install package_cloud
3434
- name: Check out code into the Go module directory
35-
uses: actions/checkout@v5
35+
uses: actions/checkout@v6
3636
with:
3737
fetch-depth: 0
3838
- name: Set up QEMU

0 commit comments

Comments
 (0)