We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b909ba commit a96eae5Copy full SHA for a96eae5
2 files changed
.github/workflows/build-and-push-docker.yml
@@ -17,7 +17,7 @@ jobs:
17
packages: write
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v5.0.0
+ uses: actions/checkout@v6.0.0
21
22
- name: Set up QEMU
23
uses: docker/setup-qemu-action@v3.7.0
.github/workflows/lint.yaml
@@ -20,7 +20,7 @@ jobs:
- name: Checkout code
24
with:
25
fetch-depth: 0
26
0 commit comments