Skip to content

Commit 045a95a

Browse files
Upgrade GitHub actions/checkout from 4 to 5 (#104)
1 parent 2f3435a commit 045a95a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

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

2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Initialize CodeQL
2626
uses: github/codeql-action/init@v3

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: go
1919

2020
- name: Check out code into the Go module directory
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Get dependencies
2424
run: |
@@ -27,7 +27,7 @@ jobs:
2727
run: go build -v .
2828

2929
- name: Checkout test XSD
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
repository: xuri/xsd
3333
path: data

0 commit comments

Comments
 (0)