Skip to content

Commit

Permalink
Bump actions/checkout from 3.1.0 to 3.3.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.3.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.1.0...v3.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and joergi committed Jan 20, 2023
1 parent c58a939 commit 406736b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Powershell Code Base
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Super-Linter
uses: docker://github/super-linter:v4
env:
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Bash Base
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Super-Linter
uses: docker://github/super-linter:v4
env:
Expand All @@ -40,7 +40,7 @@ jobs:
# runs-on: ubuntu-latest
# name: Lint Docker Base
# steps:
# - uses: actions/checkout@v3.1.0
# - uses: actions/checkout@v3.3.0
# - name: Super-Linter
# uses: docker://github/super-linter:v4
# env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-educational-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Education Issues
id: educationIssues
shell: pwsh
Expand All @@ -35,7 +35,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Education Issues
id: educationIssues
run: bash ./linux_mac/magpi-education-downloader.sh
Expand All @@ -53,7 +53,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Education Issues
id: educationIssues
run: bash ./linux_mac/magpi-education-downloader.sh
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/testing-language-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download French Issues
id: frenchIssues
shell: pwsh
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download French Issues
id: frenchIssues
run: bash ./linux_mac/magpi-issue-downloader_french.sh
Expand All @@ -74,7 +74,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download French Issues
id: frenchIssues
run: bash ./linux_mac/magpi-issue-downloader_french.sh
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:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- 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 @@ -15,7 +15,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Special Issues windows
id: specialIssues
shell: pwsh
Expand All @@ -35,7 +35,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Special Issues linux
id: specialIssues
run: bash ./linux_mac/magpi-special-issue-downloader.sh
Expand All @@ -54,7 +54,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: actions/checkout@v3.3.0
- name: Download Special Issues Mac
id: specialIssues
run: bash ./linux_mac/magpi-special-issue-downloader.sh
Expand Down

0 comments on commit 406736b

Please sign in to comment.