Skip to content

Commit 1fb5323

Browse files
Merge pull request #226 from malgo-lang/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents e7353b7 + 093ea92 commit 1fb5323

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# ghc-version: '9.10'
3030

3131
steps:
32-
- uses: actions/checkout@v4
32+
- uses: actions/checkout@v5
3333
- name: Remove cabal.project.freeze
3434
run: rm -f cabal.project.freeze
3535
if: ${{ matrix.os != 'windows-latest' }}

.github/workflows/nix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
tests-macos:
77
runs-on: macos-latest
88
steps:
9-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1010
- uses: cachix/install-nix-action@96bd9f39e448e7b2e500161263429f67e3064111 # V31
1111
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
1212
with:
@@ -18,7 +18,7 @@ jobs:
1818
tests-ubuntu:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2222
- uses: cachix/install-nix-action@96bd9f39e448e7b2e500161263429f67e3064111 # V31
2323
- uses: cachix/cachix-action@0fc020193b5a1fa3ac4575aa3a7d3aa6a35435ad # v16
2424
with:

0 commit comments

Comments
 (0)