Skip to content

Commit 03ed5b9

Browse files
committed
use checkout v4 for cd workflow
v3 uses node 16, which triggers a deprecation warning in Github actions https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
1 parent 080598a commit 03ed5b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
if: ${{ github.event.workflow_run.conclusion == 'success' }}
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Tag and Push Gem
1212
id: tag-and-push-gem
1313
uses: discourse/publish-rubygems-action@v3

0 commit comments

Comments
 (0)