Skip to content

Commit 425ad5f

Browse files
dependabot[bot]giordanoDilumAluthge
authored
Bump actions/checkout from 4.2.1 to 4.2.2 (#129)
* Bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 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@eef6144...11bd719) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Apply suggestions from code review --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mosè Giordano <[email protected]> Co-authored-by: Dilum Aluthge <[email protected]>
1 parent 038c3e1 commit 425ad5f

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
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout Example.jl
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636
with:
3737
repository: julia-actions/Example.jl
3838

@@ -41,7 +41,7 @@ jobs:
4141
shell: bash
4242

4343
- name: Checkout julia-runtest
44-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
44+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4545
with:
4646
path: ./.github/actions/julia-runtest
4747

.github/workflows/test_logger_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Checkout julia-runtest
35-
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
35+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636

3737
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0
3838
with:

0 commit comments

Comments
 (0)