Skip to content

Commit 8c2106c

Browse files
chore: bump the github-actions group across 1 directory with 2 updates (#294)
1 parent 523691d commit 8c2106c

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/actionlint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1616

1717
- name: Lint with actionlint
1818
uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
os: [ubuntu-latest, macOS-latest, windows-latest]
1717
steps:
1818
- name: Check out code
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Set up Go ${{ matrix.go_version }}
24-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
24+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2525
with:
2626
go-version: ${{ matrix.go_version }}
2727

.github/workflows/golangci-lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111
name: Run golangci-lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
14+
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1515
with:
1616
go-version: stable
1717

18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1919

2020
- name: Lint with golangci-lint
2121
uses: golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Set up Go
14-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
14+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
1515
with:
1616
go-version: stable
1717

1818
- name: Checkout
19-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
19+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/tag.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out code
15-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8
15+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00
20+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c
2121
with:
2222
go-version: stable
2323
cache: true

0 commit comments

Comments
 (0)