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.
2 parents 0472aa3 + 6212bdb commit 0a00764Copy full SHA for 0a00764
2 files changed
.github/workflows/devenv.yml
@@ -20,7 +20,7 @@ jobs:
20
runs-on: ubuntu-latest
21
steps:
22
- name: Checkout
23
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
24
- name: Determine if we should push changes and which tags to use
25
run: |
26
if [ -n "${{ secrets.DOCKER_USERNAME }}" ] && [ -n "${{ secrets.DOCKER_TOKEN }}" ] && [ "${{ github.event_name }}" != "pull_request" ] ; then
.github/workflows/review.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
- name: Git clone repository
13
14
with:
15
fetch-depth: 0
16
- name: Check files
0 commit comments