Skip to content

Commit

Permalink
Merge pull request #164 from globus/dependabot/github_actions/github-…
Browse files Browse the repository at this point in the history
…actions-aa3137d618

Bump actions/checkout from 4.1.7 to 4.2.0 in the github-actions group
  • Loading branch information
kurtmckee authored Oct 1, 2024
2 parents 5eb0100 + ca359fe commit 229c60f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: "Checkout the repo"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0

- name: "Setup Python"
id: "setup-python"
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:
wheel-filename: "${{ steps.build-wheel.outputs.wheel-filename }}"
steps:
- name: "Checkout the repo"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0

- name: "Identify the week number"
run: |
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

steps:
- name: "Checkout the repo"
uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" # v4.1.7
uses: "actions/checkout@d632683dd7b4114ad314bca15554477dd762a938" # v4.2.0

- name: "Identify the week number"
shell: "bash"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 1

Expand Down

0 comments on commit 229c60f

Please sign in to comment.