Skip to content

Commit 2de60b6

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#135)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 80b4811 commit 2de60b6

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/analyze.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
timeout-minutes: 5
2424
steps:
2525
- name: 📚 Git checkout
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@v6.0.3
2727
with:
2828
fetch-depth: 0
2929
persist-credentials: false

.github/workflows/backup.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
timeout-minutes: 10
1616
steps:
1717
- name: 📚 Git checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
if: github.ref_type == 'branch' && github.event_name == 'pull_request' && !github.event.pull_request.merged
2323
steps:
2424
- name: 📚 Checks-out repository
25-
uses: actions/checkout@v6.0.2
25+
uses: actions/checkout@v6.0.3
2626

2727
- name: 🎯 Setup Dart
2828
uses: dart-lang/setup-dart@v1.7.2
@@ -42,7 +42,7 @@ jobs:
4242
timeout-minutes: 10
4343
steps:
4444
- name: 📚 Git checkout
45-
uses: actions/checkout@v6.0.2
45+
uses: actions/checkout@v6.0.3
4646

4747
- name: 1️⃣ Set version tag
4848
run: echo TAG=${GITHUB_REF#refs/tags/} >> $GITHUB_ENV

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
timeout-minutes: 10
3232
steps:
3333
- name: 📚 Checks-out repository
34-
uses: actions/checkout@v6.0.2
34+
uses: actions/checkout@v6.0.3
3535

3636
- name: 🎯 Setup Dart
3737
uses: dart-lang/setup-dart@v1.7.2

0 commit comments

Comments
 (0)