Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to b4ffde6 (#34)
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 19, 2023
1 parent 741add6 commit 6096267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Save about 50GB of space by removing things we don't need anyways
sudo rm -rf /usr/share /usr/local /opt || true
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Nix πŸ“¦
uses: DeterminateSystems/nix-installer-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# Save about 50GB of space by removing things we don't need anyways
sudo rm -rf /usr/share /usr/local /opt || true
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Install Nix πŸ“¦
uses: DeterminateSystems/nix-installer-action@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tailscale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout πŸ›ŽοΈ
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- name: Deploy ACL πŸš€
if: github.event_name == 'push'
id: deploy-acl
Expand Down

0 comments on commit 6096267

Please sign in to comment.