Skip to content

Commit

Permalink
Merge pull request #107 from ASFHyP3/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
jtherrmann authored Jun 24, 2024
2 parents d0f3f4c + 5fe4387 commit dafd34a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.TOOLS_BOT_PAK }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/process-and-transfer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
EDL_PASSWORD: ${{ secrets.EARTHDATA_LOGIN_PASSWORD }}

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

- uses: mamba-org/setup-micromamba@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest

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

- uses: scottbrenner/[email protected]
with:
Expand Down

0 comments on commit dafd34a

Please sign in to comment.