Skip to content

Commit 93d8d64

Browse files
chore(deps): update all
1 parent dba41b7 commit 93d8d64

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v4
1717

1818
- name: Initialize CodeQL
1919
uses: github/codeql-action/init@v3

.github/workflows/fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
fetch-depth: 0
2727

@@ -56,7 +56,7 @@ jobs:
5656
id: go
5757

5858
- name: Check out code into the Go module directory
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060
with:
6161
fetch-depth: 0
6262

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525

2626
- name: Install make (Windows)
2727
if: runner.os == 'Windows'

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
id: go
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626

2727
- name: Check
2828
run: make check
@@ -69,7 +69,7 @@ jobs:
6969
id: go
7070

7171
- name: Check out code into the Go module directory
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v4
7373

7474
- name: Load Release URL File from release job
7575
uses: actions/download-artifact@v4
@@ -134,7 +134,7 @@ jobs:
134134
id: go
135135

136136
- name: Check out code into the Go module directory
137-
uses: actions/checkout@v2
137+
uses: actions/checkout@v4
138138

139139
- name: Docker
140140
run: make docker

docs/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ GEM
108108
activesupport (>= 2)
109109
nokogiri (>= 1.4)
110110
http_parser.rb (0.8.0)
111-
i18n (1.14.5)
111+
i18n (1.14.6)
112112
concurrent-ruby (~> 1.0)
113113
jekyll (3.10.0)
114114
addressable (~> 2.4)
@@ -275,7 +275,7 @@ GEM
275275
concurrent-ruby (~> 1.0)
276276
unicode-display_width (1.8.0)
277277
uri (0.13.0)
278-
webrick (1.8.2)
278+
webrick (1.9.1)
279279

280280
PLATFORMS
281281
universal-darwin-20

0 commit comments

Comments
 (0)