Skip to content

Commit

Permalink
chore: bump actions/checkout from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 13, 2023
1 parent 56fe0a2 commit 7529db3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1
-
uses: actions/setup-go@v4
# we cannot use nancy-github-action because it is outdated, so it's better to use the latest
Expand All @@ -53,7 +53,7 @@ jobs:
steps:
-
name: Checkout code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.1
-
name: Get go.mod details
uses: Eun/go-mod-details@v1.0.6
Expand Down

0 comments on commit 7529db3

Please sign in to comment.