Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent d1ffb40 commit a82af73
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/container-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
steps:
# Checks-out PeekabooAV-Installer under $GITHUB_WORKSPACE
- name: Checkout PeekabooAV-Installer
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: scVENUS/PeekabooAV-Installer

# put PeekabooAV below that as expected by the installer
- name: Checkout PeekabooAV
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: PeekabooAV

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# required for access to the local publish action
- name: Check out PeekabooAV
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: actions

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish-container-images-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out PeekabooAV
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# get all history, branches and tags so we can build a list of refs
# to build from
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
steps:
# required for access to the local publish action
- name: Check out PeekabooAV
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: actions

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/testsuite-scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
branch: ["master", "2.1"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}

Expand All @@ -46,7 +46,7 @@ jobs:
branch: ["2.0"]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ matrix.branch }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testsuite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
python-version: "3.6"

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit a82af73

Please # to comment.