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.5 to 4.1.7 #80

Merged
merged 1 commit into from
Jul 17, 2024
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
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
steps:
- name: Check out repo
if: always()
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
if: always()
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
if: always()
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Check out
if: always()
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
fetch-depth: 0

Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

steps:
- name: Check out
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Install podman-compose
run: pip install podman-compose
Expand All @@ -124,7 +124,7 @@ jobs:

steps:
- name: Checkout binder branch
uses: actions/[email protected].5
uses: actions/[email protected].7
with:
ref: binder

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
id: ccache-restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

steps:
- name: Check out repo
uses: actions/[email protected].5
uses: actions/[email protected].7

- name: Pull ccache cache
id: ccache-restore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with:
persist-credentials: false

Expand Down
Loading