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 388aa56 commit 118603eCopy full SHA for 118603e
3 files changed
.github/workflows/build-and-test.yml
@@ -22,7 +22,7 @@ jobs:
22
runs-on: ubuntu-latest
23
24
steps:
25
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
26
with:
27
persist-credentials: false
28
.github/workflows/codeql.yml
@@ -26,7 +26,7 @@ jobs:
- name: Checkout repository
29
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
30
31
32
.github/workflows/publish-package.yml
@@ -25,7 +25,7 @@ jobs:
0 commit comments