We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7566cf8 commit 8a22f4bCopy full SHA for 8a22f4b
2 files changed
.github/workflows/docs.yaml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
- uses: ruby/setup-ruby@v1
28
with:
29
- ruby-version: '3.4.9'
+ ruby-version: '3.4.10'
30
31
- name: Build docs
32
run: |
.github/workflows/lints.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
steps:
10
- name: Checkout project code
11
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
12
- name: check for replace lines in go.mod files
13
14
! egrep --invert-match -e '^replace.*/api => \./api|^replace.*//allow-merging$' `find . -name 'go.mod'` | egrep -e 'go.mod:replace'
0 commit comments