Skip to content

Commit 256a6c8

Browse files
chore(deps): update actions/checkout action to v5
1 parent 25e371a commit 256a6c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/create-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
go-version-file: 'go.mod'
3838

3939
- name: Check out code
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141

4242
- name: Build
4343
run: GOOS=${{ matrix.goos }} GOARCH=${{ matrix.goarch }} go build -v -o github-org-repos-sync-${{ matrix.goos }}-${{ matrix.goarch }}

0 commit comments

Comments
 (0)