Skip to content

Commit d1edcba

Browse files
chore(deps): update github-actions dependencies (#64)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24c66bb commit d1edcba

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626

2727
- name: Install and login with up
2828
if: env.UP_API_TOKEN != '' && env.UP_ORG != ''
@@ -33,7 +33,7 @@ jobs:
3333

3434
# doesn't work with plain token when pushing otherwise
3535
- name: Login to xpkg with robot
36-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
36+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3737
with:
3838
registry: ${{ env.XPKG_REGISTRY }}
3939
username: ${{ env.UP_ROBOT_ID }}

.github/workflows/composition-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Checkout
1414
id: checkout
15-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
15+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1616

1717
- name: Install up
1818
uses: upbound/action-up@53fe6395637d884c80d2bbc8c2d75d0ece776ced # v1

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- name: Checkout
2424
id: checkout
25-
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
25+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2626
with:
2727
ref: ${{ github.event.pull_request.head.sha }}
2828

@@ -35,7 +35,7 @@ jobs:
3535

3636
# doesn't work with plain token when pushing otherwise
3737
- name: Login to xpkg with robot
38-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3
38+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4
3939
with:
4040
registry: xpkg.upbound.io
4141
username: ${{ env.UP_ROBOT_ID }}

.github/workflows/tag.yaml

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@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2020

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

.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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
19+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
8+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
99
- name: yamllint
1010
uses: reviewdog/action-yamllint@f01d8a48fd8d89f89895499fca2cff09f9e9e8c0 # v1.21.0
1111
with:

0 commit comments

Comments
 (0)