Skip to content

Commit 315fb0d

Browse files
[main] Update GitHub Actions Dependencies
1 parent 778e771 commit 315fb0d

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
uses: actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
2121
with:
2222
go-version: 1.21.x
23-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2424
with:
2525
# this fetches all branches. Needed because we need gh-pages branch for deploy to work
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'

.github/workflows/noop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
2525
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
26-
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
26+
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
2727

2828
# Runs a single command using the runners shell
2929
- name: Run a one-line script

0 commit comments

Comments
 (0)