Skip to content

Commit

Permalink
chore(deps): update actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
postalcode-renovate-ci[bot] committed Apr 19, 2024
1 parent b30642c commit 5c3dc76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b # tag=v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4
with:
node-version: '16.x'
cache: 'yarn'
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Extract JSON Files
run: unzip -o packages/downloader/out/postalcode.zip -d packages/downloader/out/json/ > /dev/null

- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3
- uses: actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4
with:
name: postalcode.zip
path: packages/downloader/out/postalcode.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: generate github token
id: generate_github_token
Expand Down

0 comments on commit 5c3dc76

Please sign in to comment.