Skip to content

Commit dcb338c

Browse files
authored
Merge pull request #1838 from tailor-platform/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7.0.1
2 parents b98b91e + 0b41fc8 commit dcb338c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-drift-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
outputs:
4141
should_run: ${{ steps.filter.outputs.changes }}
4242
steps:
43-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
43+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4444
with:
4545
persist-credentials: "false"
4646
- uses: dorny/paths-filter@7b450fff21473bca461d4b92ce414b9d0420d706 # v4.0.2
@@ -66,7 +66,7 @@ jobs:
6666
timeout-minutes: 30
6767
steps:
6868
- name: checkout
69-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
69+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7070
with:
7171
persist-credentials: "false"
7272

0 commit comments

Comments
 (0)