Skip to content

Commit adc7979

Browse files
chore(deps): update actions/checkout action to v7
1 parent 63dfd08 commit adc7979

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codetests.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
steps:
1515
- name: checkout PR head (pull_request_target)
1616
if: github.event_name == 'pull_request_target'
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
repository: ${{ github.event.pull_request.head.repo.full_name }}
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
- name: checkout branch (push)
2222
if: github.event_name == 'push'
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
- uses: actions/setup-go@v6
2525
with:
2626
go-version: 'stable'
@@ -42,13 +42,13 @@ jobs:
4242
steps:
4343
- name: checkout PR head (pull_request_target)
4444
if: github.event_name == 'pull_request_target'
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
repository: ${{ github.event.pull_request.head.repo.full_name }}
4848
ref: ${{ github.event.pull_request.head.sha }}
4949
- name: checkout branch (push)
5050
if: github.event_name == 'push'
51-
uses: actions/checkout@v6
51+
uses: actions/checkout@v7
5252
- uses: actions/setup-go@v6
5353
with:
5454
go-version: 'stable'
@@ -71,13 +71,13 @@ jobs:
7171
steps:
7272
- name: checkout PR head (pull_request_target)
7373
if: github.event_name == 'pull_request_target'
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
with:
7676
repository: ${{ github.event.pull_request.head.repo.full_name }}
7777
ref: ${{ github.event.pull_request.head.sha }}
7878
- name: checkout branch (push)
7979
if: github.event_name == 'push'
80-
uses: actions/checkout@v6
80+
uses: actions/checkout@v7
8181
- uses: actions/setup-go@v6
8282
with:
8383
go-version: 'stable'

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Make macOS DMG
1818
runs-on: macos-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
with:
2222
# we need the whole thing so we can count commits.
2323
fetch-depth: '0'
@@ -52,7 +52,7 @@ jobs:
5252
env:
5353
GPG_SIGNING_KEY: ${{ secrets.GPG_SIGNING_KEY }}
5454
steps:
55-
- uses: actions/checkout@v6
55+
- uses: actions/checkout@v7
5656
with:
5757
# we need the whole thing so we can count commits.
5858
fetch-depth: '0'
@@ -173,7 +173,7 @@ jobs:
173173
name: Deploy ArchLinux AUR
174174
runs-on: ubuntu-latest
175175
steps:
176-
- uses: actions/checkout@v6
176+
- uses: actions/checkout@v7
177177
with:
178178
fetch-depth: '0'
179179
- name: Deploy Arch AUR
@@ -194,7 +194,7 @@ jobs:
194194

195195
steps:
196196
- name: Checkout repository
197-
uses: actions/checkout@v6
197+
uses: actions/checkout@v7
198198

199199
- name: Set up QEMU
200200
uses: docker/setup-qemu-action@v4

0 commit comments

Comments
 (0)