Skip to content

Commit 5ca4db5

Browse files
authored
Merge pull request #58 from matrix-org/dependabot/github_actions/minor-and-patches-7a5a078ad4
Bump actions/checkout from 7.0.0 to 7.0.1 in the minor-and-patches group
2 parents 4d37e8d + 06ebc2e commit 5ca4db5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
id-token: write
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
30+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
3131
with:
3232
persist-credentials: false
3333
- name: Log in to the Container registry

.github/workflows/zizmor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
actions: read # only needed for private or internal repos
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
20+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1
2121
with:
2222
persist-credentials: false
2323

0 commit comments

Comments
 (0)