Skip to content

Commit 1dd84ee

Browse files
authored
Merge pull request #38 from pyoceans/dependabot/github_actions/github-actions-26358e3a13
Bump actions/checkout from 5.0.1 to 6.0.0 in the github-actions group
2 parents 8197978 + 8fd0582 commit 1dd84ee

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
18+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
18+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # 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)