Skip to content

Commit 2623545

Browse files
authored
Merge pull request #23 from gittuf/dependabot/github_actions/actions/checkout-4.2.0
Bump actions/checkout from 4.1.7 to 4.2.0
2 parents 8f60bf2 + 5e7ac07 commit 2623545

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@692973e3d937129bcbf40652eb9f2f61becf3332
15+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
27+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
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@692973e3d937129bcbf40652eb9f2f61becf3332
41+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
4242
- uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32
4343
with:
4444
go-version: '1.23'

0 commit comments

Comments
 (0)