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.
1 parent 9ae7223 commit 57cb34fCopy full SHA for 57cb34f
.github/workflows/build-docker-image.yml
@@ -17,7 +17,7 @@ jobs:
17
attestations: write
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
21
22
- name: Login to GitHub Container Registry
23
uses: docker/login-action@v3
.github/workflows/main.yml
@@ -7,7 +7,7 @@ jobs:
7
name: Content checks
8
runs-on: ubuntu-latest
9
10
11
- name: Install dependencies
12
run: sudo apt-get update && sudo apt-get install pipx && pipx install poetry
13
- name: Link check
0 commit comments