Skip to content

Commit 46b62ba

Browse files
authored
Merge pull request #106 from ledger/dependabot/github_actions/actions/checkout-5
2 parents b427484 + ea122b3 commit 46b62ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
build:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v5
2020
- uses: cachix/install-nix-action@v31
2121
with:
2222
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/check_redirects.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
check:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Check redirects
2424
run: ./test/subdomain_redirects.sh

0 commit comments

Comments
 (0)