File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ jobs:
1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Install Go
20- uses : actions/setup-go@be3c94b385c4f180051c996d336f57a34c397495 # v3
20+ uses : actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7
2121 with :
2222 go-version : 1.21.x
23- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
23+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2424 with :
2525 # this fetches all branches. Needed because we need gh-pages branch for deploy to work
2626 fetch-depth : 0
Original file line number Diff line number Diff line change 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@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2727
2828 # Runs a single command using the runners shell
2929 - name : Run a one-line script
You can’t perform that action at this time.
0 commit comments