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 94cab97 commit 1f64c0dCopy full SHA for 1f64c0d
.github/workflows/main.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Checkout the source code
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Run the custom linter
23
run: ./lint.sh
@@ -36,7 +36,7 @@ jobs:
36
37
38
39
40
41
- name: Build the Docker image
42
run: docker build -t ghcr.io/${{ github.repository }}/${{ matrix.image }}:latest ${{ matrix.image }}/
0 commit comments