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.6 to 4.1.7 #753

Merged
merged 1 commit into from
Jun 13, 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/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
outputs:
version: ${{ steps.vars.outputs.tag }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Get tag
id: vars
run: echo "tag=${GITHUB_REF#refs/*/}" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
packages: write
needs: build-and-publish-pypi
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
- name: Log in to the GitHub container registry
uses: docker/[email protected]
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Set up Python
uses: actions/[email protected]
with:
Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- name: Check out code from GitHub
uses: actions/[email protected].6
uses: actions/[email protected].7
- name: Set up Python ${{ matrix.python-version }}
uses: actions/[email protected]
with:
Expand Down