Skip to content

Commit 914509d

Browse files
authored
Merge pull request #76 from sthlmrb/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 185b445 + 3406f78 commit 914509d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
url: "https://www.stockholmruby.com/"
1515
concurrency: deploy-group # optional: ensure only one action runs at a time
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: superfly/flyctl-actions/setup-flyctl@master
1919
- run: flyctl deploy --remote-only
2020
env:

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
RACK_ENV: "test"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v6
1616
- uses: ruby/setup-ruby@v1
1717
with:
1818
bundler-cache: true
@@ -21,7 +21,7 @@ jobs:
2121
lint:
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: actions/checkout@v4
24+
- uses: actions/checkout@v6
2525
- uses: ruby/setup-ruby@v1
2626
with:
2727
bundler-cache: true

0 commit comments

Comments
 (0)