Skip to content

Commit

Permalink
Update base GitHub actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
albertodvp authored and AlexeyRaga committed Dec 27, 2024
1 parent a8aff39 commit c0bd480
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: actions/cache@v2
name: Cache librdkafka
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
tag: ${{ steps.tag.outputs.tag }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Check if cabal project is sane
run: |
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Create source distribution
run: |
Expand Down

0 comments on commit c0bd480

Please sign in to comment.