Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.0 to 4.1.1 #200

Merged
merged 1 commit into from
Oct 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
# - uses: actions/checkout@v4.1.1
# - 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- 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/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: update issues
id: updateIssues
run: bash ./sources-for-download/script-for-using-latest-version.sh
Expand Down
Loading