Skip to content

Commit 72200b3

Browse files
authored
Merge pull request #80 from jekyll/dependabot/github_actions/actions/checkout-5
2 parents 97aca59 + ef1da6c commit 72200b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
with:
1313
go-version: "1.23"
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Test
1717
run: go test ./...
1818
- name: Compile

.github/workflows/heroku.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Check out repository
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v5
1313
with:
1414
fetch-depth: 0 # fetch full clone
1515
- name: Install heroku CLI

0 commit comments

Comments
 (0)