Skip to content

Commit 948e06c

Browse files
authored
Merge pull request #492 from markusressel/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 0eef24d + b25150e commit 948e06c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codespell.yml

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

1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
- name: Annotate locations with typos
2323
uses: codespell-project/codespell-problem-matcher@v1
2424
- name: Codespell

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: sudo apt-get install -y libsensors-dev
1919

2020
- name: Checkout the repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222

2323
- uses: actions/setup-go@v6
2424
with:
@@ -107,7 +107,7 @@ jobs:
107107
sudo apt-get install -y ${{ matrix.cross_pkg }} ${{ matrix.libsensors_pkg }} qemu-user-static
108108
109109
- name: Checkout the repository
110-
uses: actions/checkout@v6
110+
uses: actions/checkout@v7
111111

112112
- uses: actions/setup-go@v6
113113
with:

0 commit comments

Comments
 (0)