Skip to content

Commit

Permalink
Github Actions @V3 -> @v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DevopsGoth authored Jan 23, 2025
1 parent afa66f2 commit 2839f49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Print cabal.project.local
shell: bash
run: cat cabal.project.local
- uses: actions/cache@v3
- uses: actions/cache@v4
name: Cache dist-newstyle
with:
path: |
Expand Down Expand Up @@ -191,7 +191,7 @@ jobs:
OS: ${{ matrix.os }}
steps:
- name: Get build artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: pact-applications.${{ matrix.ghc }}.${{ matrix.os }}
path: pact
Expand Down Expand Up @@ -229,7 +229,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /tmp/.buildx-cache
key: ${{ runner.os }}-buildx-${{ github.sha }}
Expand Down

0 comments on commit 2839f49

Please sign in to comment.