Skip to content

Commit 5050ea3

Browse files
authored
chore(deps): update actions/checkout action to v5 (#173)
1 parent 730088b commit 5050ea3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ${{ matrix.os }}
5252
steps:
5353
- name: Checkout repo
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v5
5555
- name: Install Ruby ${{ matrix.ruby }}
5656
uses: ruby/setup-ruby@v1
5757
with:

.github/workflows/spanner-integration-tests-against-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- 9020:9020
2525

2626
steps:
27-
- uses: actions/checkout@v4
27+
- uses: actions/checkout@v5
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: '3.2'

0 commit comments

Comments
 (0)