Skip to content

Commit 6bcd5bf

Browse files
authored
Merge pull request #4 from waysidemapping/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 63e996a + 32e6ade commit 6bcd5bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-production.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: Checkout 🛎️
12-
uses: actions/checkout@v5
12+
uses: actions/checkout@v6
1313
- name: setup-ruby and bundle install
1414
uses: ruby/setup-ruby@v1
1515
with:

0 commit comments

Comments
 (0)