Skip to content

Commit

Permalink
Merge pull request #8 from yuta1024/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4.1.5

Bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
yuta1024 authored May 8, 2024
2 parents b488b5c + 14dbc79 commit 7e61eb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: docker/metadata-action@v5.5.1
id: meta
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: docker/metadata-action@v5.5.1
id: meta
with:
Expand Down

0 comments on commit 7e61eb7

Please sign in to comment.