Skip to content

Commit 2babbb6

Browse files
authored
Merge pull request #27 from speee/dependabot/github_actions/actions/checkout-6
ci: bump actions/checkout from 3 to 6
2 parents 532e672 + 396d3da commit 2babbb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
permissions:
1212
contents: write
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
with:
1616
fetch-depth: 0
1717

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
DATABASE_URL: ${{ matrix.database_url }}
127127
name: Ruby ${{ matrix.ruby }} Rails ${{ matrix.rails }} DB ${{ matrix.database_url }}
128128
steps:
129-
- uses: actions/checkout@v3
129+
- uses: actions/checkout@v6
130130
- name: Set up Ruby
131131
uses: ruby/setup-ruby@v1
132132
with:

.github/workflows/security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Bundle Audit (Dependency Check)
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- name: Set up Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:

0 commit comments

Comments
 (0)