Skip to content

Commit 8f44e2b

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1d96c77...0ad4b8f) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2171111 commit 8f44e2b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
name: Test gittuf installer with default version
1414
steps:
15-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
15+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
1616
- name: Install gittuf
1717
uses: ./
1818
- name: Verify install
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ${{ matrix.os }}
2525
name: Test gittuf installer with specific version
2626
steps:
27-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
27+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
2828
- name: Install gittuf
2929
uses: ./
3030
with:
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ${{ matrix.os }}
3939
name: Test gittuf installer from main branch
4040
steps:
41-
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f
41+
- uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
4242
- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491
4343
with:
4444
go-version: '1.21'

0 commit comments

Comments
 (0)