Skip to content

Commit

Permalink
Merge pull request #124 from wbstack/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.5

Bump actions/checkout from 4.1.3 to 4.1.5
  • Loading branch information
tarrow authored May 7, 2024
2 parents b4bc966 + 5b7d0e5 commit effa99d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5
-
name: Docker meta
id: docker_meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.5
- name: lint
uses: hadolint/hadolint-action@v3.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/github.prs.combine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
console.log('Combined: ' + combined);
return combined
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 0
token: ${{ secrets.GH_TOKEN_PLUSW }}
Expand Down

0 comments on commit effa99d

Please sign in to comment.