Skip to content

Commit 4d2d4f3

Browse files
authored
Merge pull request #29 from voxpupuli/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4822713 + c974c0a commit 4d2d4f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.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
if: github.repository == 'voxpupuli/beaker-openstack'
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
- name: Install Ruby 3.0
1414
uses: ruby/setup-ruby@v1
1515
with:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- "2.7"
1515
- "3.0"
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
- name: Install Ruby ${{ matrix.ruby }}
1919
uses: ruby/setup-ruby@v1
2020
with:

0 commit comments

Comments
 (0)