Skip to content

Commit

Permalink
Merge pull request #80 from joergi/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-3.1.0

Bump actions/checkout from 2.3.4 to 3.1.0
  • Loading branch information
joergi authored Oct 14, 2022
2 parents 86d2b9c + 460aeb7 commit d7618c2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Powershell Code Base
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- name: Super-Linter
uses: docker://github/super-linter:v3
env:
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Bash Base
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- name: Super-Linter
uses: docker://github/super-linter:v3
env:
Expand All @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
name: Lint Docker Base
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v3.1.0
- name: Super-Linter
uses: docker://github/super-linter:v3
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- uses: pCYSl5EDgo/cat@master
id: read_recent
with:
Expand All @@ -28,7 +28,7 @@ jobs:
powershell:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: Download Education Issues
id: educationIssues
shell: pwsh
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
bash-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: Download Education Issues
id: educationIssues
run: bash ./linux_mac/magpi-education-downloader.sh
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
bash-macos:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: Download Education Issues
id: educationIssues
run: bash ./linux_mac/magpi-education-downloader.sh
Expand Down

0 comments on commit d7618c2

Please sign in to comment.