Skip to content

Commit

Permalink
ci: do always use v4 checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
tboerger committed Nov 22, 2024
1 parent 4c173cb commit 65ec6e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v4

- name: Release gem
uses: dawidd6/action-publish-gem@v1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

steps:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v4

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
- 7.1
steps:
- name: Checkout source
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
uses: actions/checkout@v4

- name: Setup ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 65ec6e8

Please sign in to comment.