Skip to content

Commit

Permalink
chore: Upgrade deprecated actions (#534)
Browse files Browse the repository at this point in the history
  • Loading branch information
kichik authored Apr 10, 2024
1 parent 2927297 commit 2d340ee
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/self-hosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ jobs:
exit 1
fi
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- run: ls -lah
- run: sudo ls -lah
if: ${{ matrix.sudo }}
- name: github script
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -154,7 +154,7 @@ jobs:
container: bash # this makes it a docker-in-docker container
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

self-hosted-windows:
strategy:
Expand Down Expand Up @@ -195,13 +195,13 @@ jobs:
exit 1
}
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: ls
run: |
$ErrorActionPreference = 'Stop'
ls
- name: github script
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 2d340ee

Please sign in to comment.