Skip to content

Commit 7cc2fde

Browse files
chore(deps): update github-actions
1 parent c0a3faf commit 7cc2fde

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/do_build_and_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
name: Run DigitalOcean Build and Deploy
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121
with:
2222
persist-credentials: false
2323
- name: Setup `packer`
24-
uses: hashicorp/setup-packer@1aa358be5cf73883762b302a3a03abd66e75b232 # v3.1.0
24+
uses: hashicorp/setup-packer@3286471d6cc6756d056a0b199fea5e0becdbc189 # v3.3.0
2525
id: do_setup
2626
with:
2727
version: "1.10.0" # packer version

.github/workflows/vl_build_and_deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
name: Run Vultr Build and Deploy
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
20+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121
with:
2222
persist-credentials: false
2323

2424
- name: Setup `packer`
25-
uses: hashicorp/setup-packer@1aa358be5cf73883762b302a3a03abd66e75b232 # v3.1.0
25+
uses: hashicorp/setup-packer@3286471d6cc6756d056a0b199fea5e0becdbc189 # v3.3.0
2626
id: vl_setup
2727
with:
2828
version: "1.10.0" # packer version

0 commit comments

Comments
 (0)