We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1392be3 commit a585962Copy full SHA for a585962
.github/workflows/ci.yaml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
17
18
# For browser tests
19
- uses: browser-actions/setup-chrome@v2
.github/workflows/manual-tests.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout code
24
25
with:
26
ref: ${{ github.event.inputs.branch }}
27
.github/workflows/release_please.yaml
@@ -43,7 +43,7 @@ jobs:
43
restore-keys: |
44
${{ runner.os }}-gradle-
45
46
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
47
48
- name: Configure GPG Key
49
run: |
0 commit comments