Skip to content

Commit 8e87373

Browse files
committed
ci: Bump actions' versions
1 parent d14bd02 commit 8e87373

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Code Checkout
16-
uses: actions/checkout@v1
16+
uses: actions/checkout@v3
1717
- name: Setup Ruby
1818
uses: ruby/setup-ruby@v1
1919
with:

.github/workflows/code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Code Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
persist-credentials: false
1616
fetch-depth: 0

0 commit comments

Comments
 (0)