Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.1 to 4.1.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 13, 2024
1 parent 6e35628 commit 7aa484d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Powershell Code Base
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Super-Linter
uses: docker://github/super-linter:v4
env:
Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Bash Base
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Super-Linter
uses: docker://github/super-linter:v4
env:
Expand All @@ -41,7 +41,7 @@ jobs:
# runs-on: ubuntu-latest
# name: Lint Docker Base
# steps:
# - uses: actions/[email protected].1
# - uses: actions/[email protected].2
# - name: Super-Linter
# uses: docker://github/super-linter:v4
# env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing-docker-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
regular-docker-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-regular-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
regular-powershell:
runs-on: windows-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
regular-bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
regular-bash-macos:
runs-on: macos-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-special-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
special-powershell:
runs-on: windows-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Download Special Issues windows
id: specialIssues
shell: pwsh
Expand All @@ -36,7 +36,7 @@ jobs:
special-bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Download Special Issues linux
id: specialIssues
run: bash ./linux_mac/magpi-special-issue-downloader.sh
Expand All @@ -55,7 +55,7 @@ jobs:
special-bash-macos:
runs-on: macos-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: Download Special Issues Mac
id: specialIssues
run: bash ./linux_mac/magpi-special-issue-downloader.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-latest-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
update-latest-issues:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- name: update issues
id: updateIssues
run: bash ./sources-for-download/script-for-using-latest-version.sh
Expand Down

0 comments on commit 7aa484d

Please sign in to comment.