Skip to content

Commit

Permalink
CI: update workflows to use checkout@v4 action
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Sep 26, 2023
1 parent c1a9f5b commit c331cf9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
export DOCKER_BINARY="docker"
echo "DOCKER_BINARY=${DOCKER_BINARY}" >> $GITHUB_ENV
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash -l {0}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: actions/setup-python@v4

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
echo "EXTRA_INSTALL=${EXTRA_INSTALL}" >> $GITHUB_ENV
- name: Checkout the code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Start MongoDB
uses: supercharge/mongodb-github-action@1.6.0
Expand Down

0 comments on commit c331cf9

Please sign in to comment.