Skip to content

Commit 16c0e38

Browse files
chore(deps): update github-actions dependencies
1 parent 04c4b02 commit 16c0e38

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
path: _output/**
6161

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

.github/workflows/yamllint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
99
- name: yamllint
10-
uses: reviewdog/action-yamllint@1dca3ad811867be18fbe293a9818d715a6c2cd46 # v1.20.0
10+
uses: reviewdog/action-yamllint@b4cb69cd1aaf21ad5ea000477224c9da4a01acdd # v1.20.1
1111
with:
1212
reporter: github-pr-review
1313
filter_mode: nofilter

0 commit comments

Comments
 (0)