We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 859edd4 commit 50aabb2Copy full SHA for 50aabb2
3 files changed
.github/workflows/codeql-analysis.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
20
with:
21
# We must fetch at least the immediate parents so that if this is
22
# a pull request then we can checkout the head.
.github/workflows/deploy_functions.yml
@@ -11,7 +11,7 @@ jobs:
11
deploy:
12
runs-on: ubuntu-latest
13
14
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
15
- name: Use Node.js
uses: actions/setup-node@v6
.github/workflows/deploy_hosting.yml
@@ -12,7 +12,7 @@ jobs:
0 commit comments