Skip to content

Commit e32a8f4

Browse files
committed
Merge remote-tracking branch 'origin/dependabot/github_actions/actions/checkout-4.1.2'
2 parents 72b2c70 + 6e52c12 commit e32a8f4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v4.1.1
14+
uses: actions/checkout@v4.1.2
1515
with:
1616
token: ${{ secrets.API_GITHUB_TOKEN }}
1717

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout with token
1515
if: github.event_name != 'pull_request'
16-
uses: actions/checkout@v4.1.1
16+
uses: actions/checkout@v4.1.2
1717
with:
1818
token: ${{ secrets.API_GITHUB_TOKEN }}
1919

2020
- name: Checkout without token
2121
if: github.event_name == 'pull_request'
22-
uses: actions/checkout@v4.1.1
22+
uses: actions/checkout@v4.1.2
2323

2424
- name: Fetch Go version
2525
run: |

0 commit comments

Comments
 (0)