Skip to content

Commit 2b48465

Browse files
[skip-release] Update github-actions
1 parent dbd77ce commit 2b48465

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build-push.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
with:
3838
persist-credentials: false
3939

40-
- uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
40+
- uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
4141

4242
- name: Build native image without credentials
43-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6
43+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7
4444
with:
4545
context: .
4646
load: true

.github/workflows/reusable-goreleaser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-24.04
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
72+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7373
with:
7474
fetch-depth: 0
7575

@@ -100,7 +100,7 @@ jobs:
100100

101101
- name: Checkout Package Publisher
102102
if: ${{ inputs.publish-package-repo }}
103-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
103+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
104104
with:
105105
repository: libops/terraform-linux-packages
106106
# Run a reviewed immutable package publisher, not whatever main

.github/workflows/terraform.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232

3333
- name: Set up Terraform
34-
uses: hashicorp/setup-terraform@b9cd54a3c349d3f38e8881555d616ced269862dd # v3
34+
uses: hashicorp/setup-terraform@dfe3c3f87815947d99a8997f908cb6525fc44e9e # v4
3535
with:
3636
terraform_version: 1.15.2
3737

0 commit comments

Comments
 (0)