Skip to content

Commit de46acb

Browse files
authored
Merge pull request #584 from voxpupuli/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 8bedc9d + 095f5f4 commit de46acb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/post_to_dev_to.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919

2020
- name: Publish articles on dev.to
2121
uses: sinedied/publish-devto@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
test:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v5
15+
- uses: actions/checkout@v6
1616
- name: Install Ruby 3
1717
uses: ruby/setup-ruby@v1
1818
with:

0 commit comments

Comments
 (0)