Skip to content

Commit

Permalink
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] committed Sep 4, 2023
1 parent a6a30a7 commit e641182
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgCoreProcessors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} > ".autopkg_gh_token"
- name: checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseBrew.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
echo 'export HOMEBREW_GITHUB_API_TOKEN=${{ secrets.GITHUB_TOKEN }}' >> .bash_profile
pwd
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseMSI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
echo ${{ secrets.GITHUB_TOKEN }} > ".autopkg_gh_token"
- name: checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/AutoPkgReleaseNupkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
cd ~
echo ${{ secrets.GITHUB_TOKEN }} > ".autopkg_gh_token"
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Processor_AutoPkgCacheCleanup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Processor_DateTimeFromString.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: checkout this repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Processor_FileExeVerifySignature.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Processor_FileMsiGetProperty.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Processor_URLDownloaderPython.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test_Action_setup-autopkg.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ${{ matrix.os }}
name: Test Action setup-autopkg
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test_Changed_Recipes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
name: Test changed-files
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 2 # OR "2" -> To retrieve the preceding commit.

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/VersionGetMajorMinor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: setup-autopkg local action
uses: ./.github/actions/setup-autopkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: runner / black formatter
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Run black formatter checks
# https://github.com/rickstaa/action-black
uses: rickstaa/action-black@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/plistlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
plistlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
# requites to grab the history of the PR
fetch-depth: 0
Expand Down

0 comments on commit e641182

Please sign in to comment.