Skip to content

Commit 8197978

Browse files
authored
Merge pull request #37 from pyoceans/dependabot/github_actions/github-actions-78f35ca48a
Bump actions/checkout from 5.0.0 to 5.0.1 in the github-actions group
2 parents 6a45b5b + 84325ae commit 8197978

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: checkout
18-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
18+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616

1717
steps:
18-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
18+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
1919

2020
- name: Setup Micromamba Python ${{ matrix.python-version }}
2121
uses: mamba-org/setup-micromamba@add3a49764cedee8ee24e82dfde87f5bc2914462 # v2.0.7

0 commit comments

Comments
 (0)