Skip to content

Commit 0dff023

Browse files
Bump actions/checkout from 4.2.0 to 4.2.2 (#25)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout 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 c855c88 commit 0dff023

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77

88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v4.2.0
10+
uses: actions/checkout@v4.2.2
1111

1212
- name: Bootstrap Mint
1313
uses: irgaly/setup-mint@v1
@@ -35,7 +35,7 @@ jobs:
3535
SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3636

3737
- name: Checkout
38-
uses: actions/checkout@v4.2.0
38+
uses: actions/checkout@v4.2.2
3939

4040
- name: Cache Swift PM
4141
uses: actions/cache@v4.0.2

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
SWIFTLY_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2828

2929
- name: Checkout repository
30-
uses: actions/checkout@v4.2.0
30+
uses: actions/checkout@v4.2.2
3131

3232
- name: Initialize CodeQL
3333
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)