Skip to content

Commit 7afce99

Browse files
ci(deps): bump actions/checkout in the github-actions group (#9)
1 parent a23eb17 commit 7afce99

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Workflow lint
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
30+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3131
with:
3232
persist-credentials: false
3333

@@ -48,7 +48,7 @@ jobs:
4848
name: Metadata
4949
runs-on: ubuntu-latest
5050
steps:
51-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5252
with:
5353
persist-credentials: false
5454

@@ -104,7 +104,7 @@ jobs:
104104
name: Shell scripts
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
107+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
108108
with:
109109
persist-credentials: false
110110

@@ -218,7 +218,7 @@ jobs:
218218
name: Integration tests
219219
runs-on: ubuntu-latest
220220
steps:
221-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
221+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
222222
with:
223223
persist-credentials: false
224224

@@ -434,7 +434,7 @@ jobs:
434434
name: QML lint
435435
runs-on: ubuntu-latest
436436
steps:
437-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
437+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
438438
with:
439439
persist-credentials: false
440440

@@ -481,7 +481,7 @@ jobs:
481481
name: Crowdin config
482482
runs-on: ubuntu-latest
483483
steps:
484-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
484+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
485485
with:
486486
persist-credentials: false
487487

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Package and release
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
20+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2121
with:
2222
persist-credentials: false
2323

0 commit comments

Comments
 (0)