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.1.6

This commit is contained in:
renovate[bot]
2024-05-16 21:47:53 +00:00
parent 15dffb3256
commit 89bda4f500

View File

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