Skip to content

Commit

Permalink
Update to latest checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
eread committed Apr 30, 2024
1 parent a33c776 commit e14d3d0
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
GHC_VERSION: '9.2.4'

- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3


- name: Setup Haskell
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
HLINT_ACTION_LOG_LEVEL: debug
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Set up HLint
uses: rwe/actions-hlint-setup@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/markdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
name: remark-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.3
- name: remark-lint
run: |
docker pull zemanlx/remark-lint:0.1.4
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
target: ["linux-static", "linux-arm-static"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.3

- uses: cachix/install-nix-action@v20
with:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
target: ["amd64", "arm64"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down Expand Up @@ -217,7 +217,7 @@ jobs:
steps:

- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Set tag name
uses: little-core-labs/get-git-tag@v3.0.2
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:
steps:

- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3

- name: Download Linux x86
uses: actions/download-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/thirdparty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4.1.3
- name: Setup Haskell
id: setup-haskell-cabal
uses: haskell-actions/setup@v2.7.1
Expand Down

0 comments on commit e14d3d0

Please sign in to comment.