Skip to content

Commit ca53f83

Browse files
committed
chore(deps): update actions/checkout action to v6
1 parent 8241985 commit ca53f83

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@v5
54+
uses: actions/checkout@v6
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@v5
27+
- uses: actions/checkout@v6
2828
- uses: ruby/setup-ruby@v1
2929
with:
3030
ruby-version: '3.2'

0 commit comments

Comments
 (0)