Skip to content

Commit 1e92d53

Browse files
author
upbound-bot
committed
🔄 synced local '.github/workflows' with remote 'shared/configurations/workflows'
1 parent 93c9ccb commit 1e92d53

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

‎.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,13 @@ jobs:
3333

3434
steps:
3535
- name: Setup Docker Buildx
36-
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
36+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
3737
with:
3838
version: ${{ env.DOCKER_BUILDX_VERSION }}
3939
install: true
4040

4141
- name: Checkout
42-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
42+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4343
with:
4444
submodules: true
4545

@@ -60,7 +60,7 @@ jobs:
6060
path: _output/**
6161

6262
- name: Login to Upbound
63-
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
63+
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3
6464
if: env.XPKG_ACCESS_ID != ''
6565
with:
6666
registry: xpkg.upbound.io

‎.github/workflows/tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
19+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
2020

2121
- name: Create Tag
2222
uses: negz/create-tag@39bae1e0932567a58c20dea5a1a0d18358503320 # v1

‎.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: runner / yamllint
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
8+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
99
- name: yamllint
1010
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
1111
with:

0 commit comments

Comments
 (0)