Skip to content

Commit

Permalink
Merge pull request #761 from digitalocean/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
cpanato authored Sep 30, 2024
2 parents 8f2a624 + aa57d26 commit 022cd30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
with:
ref: master
- name: Install go
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
with:
fetch-depth: 1
- name: Install go
Expand All @@ -31,7 +31,7 @@ jobs:
if: github.ref == 'refs/heads/master'
steps:
- name: checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938
with:
fetch-depth: 1

Expand Down

0 comments on commit 022cd30

Please sign in to comment.