Skip to content

Commit fc91825

Browse files
authored
Merge pull request #98 from jekyll/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 9bc3b3c + b1d7248 commit fc91825

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
13+
- uses: actions/checkout@v7
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@v6
8+
- uses: actions/checkout@v7
99
- name: octodns test
1010
uses: ./.github/actions/octodns-cloudflare
1111
env:

0 commit comments

Comments
 (0)