1
0
mirror of https://github.com/IBM/fp-go.git synced 2025-08-10 22:31:32 +02:00

chore(deps): update actions/checkout action to v4.2.1

This commit is contained in:
renovate[bot]
2024-10-07 19:18:01 +00:00
parent dd87ea12b3
commit 9e9dfa1f5f

View File

@@ -29,7 +29,7 @@ jobs:
go-version: [ '1.20.x', '1.21.x', '1.22.x', '1.23.x']
steps:
# full checkout for semantic-release
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0
- name: Set up go ${{ matrix.go-version }}
@@ -55,7 +55,7 @@ jobs:
steps:
# full checkout for semantic-release
- name: Full checkout
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
fetch-depth: 0