Skip to content

Commit

Permalink
fix(ci): remove outdated versions of actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Ringmann Fagerberg (JHR) authored and Johan Ringmann Fagerberg (JHR) committed Mar 1, 2024
1 parent fbac5ea commit 0a45ead
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- run: npm ci
- run: npm test
4 changes: 2 additions & 2 deletions .github/workflows/licensed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
runs-on: ubuntu-latest
name: Check licenses
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: npm ci
- name: Install licensed
run: |
cd $RUNNER_TEMP
curl -Lfs -o licensed.tar.gz https://github.com/github/licensed/releases/download/2.12.2/licensed-2.12.2-linux-x64.tar.gz
sudo tar -xzf licensed.tar.gz
sudo mv licensed /usr/local/bin/licensed
- run: licensed status
- run: licensed status
2 changes: 1 addition & 1 deletion .github/workflows/versioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: Actions-R-Us/actions-tagger@latest
with:
publish_latest: true
publish_latest_tag: true
env:
GITHUB_TOKEN: '${{secrets.GITHUB_TOKEN}}'

0 comments on commit 0a45ead

Please sign in to comment.