Skip to content

Commit 5e640e0

Browse files
authored
chore: Upgrade actions to latest versions (#21)
1 parent e7058fc commit 5e640e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
packages: write
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Set up Ruby 3.0
1818
uses: ruby/setup-ruby@v1
1919
with:

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Ruby 3.0
1616
uses: ruby/setup-ruby@v1
1717
with:

0 commit comments

Comments
 (0)