Skip to content

Commit

Permalink
Bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
erik authored Apr 10, 2024
1 parent 4daa7bb commit 233b93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/credentials.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
name: Refresh Strava Credentials
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
with:
deno-version: v1.x
Expand All @@ -26,7 +26,7 @@ jobs:
echo "STRAVA_COOKIES=${STRAVA_COOKIES}" >> $GITHUB_ENV
- name: Write Strava creds to Cloudflare
uses: cloudflare/wrangler-action@2.0.0
uses: cloudflare/wrangler-action@v3
with:
accountId: ${{ secrets.CF_ACCOUNT_ID }}
apiToken: ${{ secrets.CF_API_TOKEN }}
Expand Down

0 comments on commit 233b93e

Please sign in to comment.