Skip to content

Commit 124b418

Browse files
chore(deps): update all
1 parent c9913ea commit 124b418

File tree

5 files changed

+10
-12
lines changed

5 files changed

+10
-12
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: 3 additions & 5 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)
@@ -253,8 +253,7 @@ GEM
253253
rb-fsevent (0.11.2)
254254
rb-inotify (0.11.1)
255255
ffi (~> 1.0)
256-
rexml (3.3.6)
257-
strscan
256+
rexml (3.3.9)
258257
rouge (3.30.0)
259258
rubyzip (2.3.2)
260259
safe_yaml (1.0.5)
@@ -268,7 +267,6 @@ GEM
268267
faraday (>= 0.17.3, < 3)
269268
securerandom (0.3.1)
270269
simpleidn (0.2.3)
271-
strscan (3.1.0)
272270
terminal-table (1.8.0)
273271
unicode-display_width (~> 1.1, >= 1.1.1)
274272
typhoeus (1.4.1)
@@ -277,7 +275,7 @@ GEM
277275
concurrent-ruby (~> 1.0)
278276
unicode-display_width (1.8.0)
279277
uri (0.13.0)
280-
webrick (1.8.2)
278+
webrick (1.9.0)
281279

282280
PLATFORMS
283281
universal-darwin-20

0 commit comments

Comments
 (0)