Skip to content

Commit c353a35

Browse files
authored
Merge pull request #186 from publify/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 5bac614 + 16de18a commit c353a35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ruby.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
BUNDLE_GEMFILE: gemfiles/${{ matrix.gemfile }}.gemfile
4343

4444
steps:
45-
- uses: actions/checkout@v4
45+
- uses: actions/checkout@v5
4646
- name: Install GraphicsMagick
4747
run: sudo apt-get install -y --no-install-recommends graphicsmagick
4848
- name: Set up Ruby
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ubuntu-latest
6161

6262
steps:
63-
- uses: actions/checkout@v4
63+
- uses: actions/checkout@v5
6464
- name: Set up Ruby
6565
uses: ruby/setup-ruby@v1
6666
with:

0 commit comments

Comments
 (0)