We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 522c744 + 8171daf commit 1e9afaeCopy full SHA for 1e9afae
2 files changed
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
name: "Django check"
23
runs-on: ubuntu-latest
24
steps:
25
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
26
27
- name: "Install Poetry"
28
run: pipx install poetry
@@ -58,7 +58,7 @@ jobs:
58
if: github.event_name == 'push' || github.event_name == 'release'
59
60
61
62
63
- uses: docker/setup-buildx-action@v4
64
.github/workflows/deploy.yaml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: "Checkout the triggering commit"
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
ref: ${{ github.event.workflow_run.head_sha }}
0 commit comments