Skip to content

Commit e622139

Browse files
build(deps): bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 63f6fd7 commit e622139

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
language: [ 'go' ]
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/[email protected].2
24+
uses: actions/[email protected].3
2525

2626
# Initializes the CodeQL tools for scanning.
2727
- name: Initialize CodeQL

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
go-version: '1.19'
2525
id: go
2626
- name: Check out code into the Go module directory
27-
uses: actions/[email protected].2
27+
uses: actions/[email protected].3
2828
- uses: actions/cache@v3
2929
name: Restore go cache
3030
with:

.github/workflows/md-link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
check:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/[email protected].2
11+
- uses: actions/[email protected].3
1212
- uses: artyom/mdlinks@v0
1313
with:
1414
dir: 'docs/book'

.github/workflows/scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Check out code
17-
uses: actions/[email protected].2
17+
uses: actions/[email protected].3
1818
- name: Setup go
1919
uses: actions/setup-go@v4
2020
with:

0 commit comments

Comments
 (0)