Skip to content

Commit 8a22f4b

Browse files
[main] Update GitHub Actions Dependencies
1 parent 7566cf8 commit 8a22f4b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 0
2727
- uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.4.9'
29+
ruby-version: '3.4.10'
3030

3131
- name: Build docs
3232
run: |

.github/workflows/lints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout project code
11-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
11+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1212
- name: check for replace lines in go.mod files
1313
run: |
1414
! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'

0 commit comments

Comments
 (0)