Skip to content

Commit

Permalink
Merge pull request #81 from sdr-enthusiasts/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.2.0

build(deps): bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
fredclausen authored Sep 28, 2024
2 parents c7ec8dc + 53cfccd commit 55c8118
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
name: Run hadolint against docker files
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Pull hadolint/hadolint:latest Image
run: docker pull hadolint/hadolint:latest
- name: Run hadolint against Dockerfiles
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-updates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Updates
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Update pre-commit hooks
uses: brokenpip3/[email protected]
with:
Expand Down

0 comments on commit 55c8118

Please sign in to comment.