Skip to content

Commit

Permalink
test-docker-image.yml: Really change actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonOks authored Mar 31, 2024
1 parent 57cb4ef commit afb9384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
version: ${{ steps.set-version.outputs.version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- id: set-version
run: |
RAKU_VERSION=$(ls -A -d * | egrep '^[0-9]{4}.[0-9]{2}$')
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
VERSION: ${{needs.setup.outputs.version}}
VARIANT: ${{ matrix.image_base }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file $VERSION/$VARIANT/Dockerfile --tag ${GITHUB_REPOSITORY,,}:$GITHUB_SHA
- name: Test docker image with root
Expand Down

0 comments on commit afb9384

Please sign in to comment.