Skip to content

Commit

Permalink
Merge pull request #21 from ygo-skc/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rtomyj committed May 9, 2024
2 parents 11d88a6 + 809ad9b commit 5e866c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Set up Golang
uses: actions/setup-go@v5.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5

- name: Set up Golang
uses: actions/setup-go@v5.0.1
Expand Down

0 comments on commit 5e866c1

Please sign in to comment.