We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5255dcb + 761689a commit 22bd86dCopy full SHA for 22bd86d
2 files changed
.github/workflows/ci.yaml
@@ -15,7 +15,7 @@ jobs:
15
pull-requests: write
16
steps:
17
- name: checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- uses: actions/setup-node@v6
21
with:
@@ -40,7 +40,7 @@ jobs:
40
runs-on: ubuntu-latest
41
42
43
44
45
46
.github/workflows/docker.yaml
@@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
22
- name: Check out
23
24
25
- name: Login to GitHub Container Registry
26
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
0 commit comments