Skip to content

Commit 95265dd

Browse files
authored
Merge pull request #43 from LuaLink/renovate/actions-checkout-digest [ci-skip]
chore(deps): update actions/checkout digest to 08eba0b
2 parents 61b4e08 + 5a707dc commit 95265dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mirror.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
to_codeberg:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
9+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1010
with:
1111
fetch-depth: 0
1212
- uses: pixta-dev/repository-mirroring-action@674e65a7d483ca28dafaacba0d07351bdcc8bd75 # v1

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
GIT_COMMIT_MESSAGE: ${{ join(github.event.commits.*.message, '<br>') }}
1919
steps:
20-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
2121
- name: Set up JDK 21
2222
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
2323
with:

0 commit comments

Comments
 (0)