Skip to content

Commit

Permalink
Merge pull request #19 from nlnwa/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
trym-b authored Sep 5, 2023
2 parents f0b3026 + b880935 commit ea98633
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
Expand All @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup go
uses: actions/setup-go@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
- name: Autobuild
Expand Down

0 comments on commit ea98633

Please sign in to comment.