We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 095fd18 + 5ed0a09 commit 6a33fa4Copy full SHA for 6a33fa4
1 file changed
.github/workflows/.quality.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
build-and-push:
20
permissions:
21
contents: read
@@ -26,7 +26,7 @@ jobs:
26
needs: check-files
27
28
29
30
31
- name: Log in to GitHub Container Registry
32
uses: docker/login-action@v3.6.0
0 commit comments