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

Merge pull request #58 from IBM/renovate/major-go-dependencies

chore(deps): update actions/checkout action to v4
This commit is contained in:
Carsten Leue
2023-10-05 15:20:29 +02:00
committed by GitHub

View File

@@ -29,7 +29,7 @@ jobs:
go-version: [ '1.20.x', '1.21.x' ] go-version: [ '1.20.x', '1.21.x' ]
steps: steps:
# full checkout for semantic-release # full checkout for semantic-release
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
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@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
with: with:
fetch-depth: 0 fetch-depth: 0