Skip to content

Commit 643233a

Browse files
Bump actions/checkout from 3.5.3 to 3.6.0 (knqyf263#226)
1 parent d485fb0 commit 643233a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
sudo apt-get -y update
1414
sudo apt-get -y install rpm
1515
- name: Checkout code
16-
uses: actions/checkout@v3.5.3
16+
uses: actions/checkout@v3.6.0
1717
with:
1818
fetch-depth: 0
1919
- name: Setup Go

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v3.5.3
16+
- uses: actions/checkout@v3.6.0
1717

1818
- name: Set up Go
1919
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)