Skip to content

Commit d3ad967

Browse files
Update actions/checkout digest to 08eba0b
1 parent 7030498 commit d3ad967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
needs: [test]
1616
steps:
17-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1818
with:
1919
fetch-depth: 0
2020
- if: github.repository == 'chrishas35/simplefin-python-test'

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-24.04
1414

1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16+
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
1717

1818
- name: Install uv
1919
uses: astral-sh/setup-uv@1edb52594c857e2b5b13128931090f0640537287 # v5

0 commit comments

Comments
 (0)