Skip to content

Commit d9308c5

Browse files
authored
Merge pull request #77 from jekyll/dependabot/github_actions/actions/checkout-5
2 parents 9153bf5 + 64126b1 commit d9308c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push-deploy-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
name: octodns sync
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- name: octodns sync
1515
uses: ./.github/actions/octodns-cloudflare
1616
env:

.github/workflows/push-test-on-push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: octodns test
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- name: octodns test
1010
uses: ./.github/actions/octodns-cloudflare
1111
env:

0 commit comments

Comments
 (0)