Skip to content

Commit

Permalink
Update GitHub Action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaoverton authored Mar 3, 2025
1 parent 111059f commit 1d75722
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
DockertTest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ github.workspace }}
Expand All @@ -31,15 +31,15 @@ jobs:

# Registry login step intentionally missing
- name: Cache Docker layers
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-single-buildx-${{ github.sha }}
restore-keys: |
${{ runner.os }}-single-buildx
- name: Build image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v6
with:
context: .
builder: ${{ steps.buildx.outputs.name }}
Expand Down

0 comments on commit 1d75722

Please sign in to comment.