Skip to content

Commit f70c042

Browse files
chore(deps): update actions/checkout action to v6.0.2
1 parent d3a7d21 commit f70c042

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
egress-policy: audit
2626
- name: Checkout repository
27-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
27+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
- name: Install Nix
2929
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
3030
- name: Cache
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
egress-policy: audit
5252
- name: Checkout repository
53-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
53+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5454
with:
5555
token: ${{ secrets.GH_TOKEN }}
5656
- name: Install Nix
@@ -83,7 +83,7 @@ jobs:
8383
with:
8484
egress-policy: audit
8585
- name: Checkout repository
86-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
86+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8787
- name: Install Nix
8888
uses: cachix/install-nix-action@4e002c8ec80594ecd40e759629461e26c8abed15 # v31.9.0
8989
- name: Cache

0 commit comments

Comments
 (0)