Skip to content

Commit

Permalink
ci: upgraded some actions using node 12
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoison committed Oct 30, 2022
1 parent 82cfa50 commit 7d116d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest
steps:
# Checkout the Infinitest project in the "infinitest" folder and the Website in the "website" folder
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: './infinitest/'
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
repository: 'infinitest/infinitest.github.com'
path: './website/'
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
# Upload the plugins artifacts to the release
- name: Get release
id: get_release
uses: bruceadams/get-release@v1.2.3
uses: bruceadams/get-release@v1.3.2
env:
GITHUB_TOKEN: ${{ github.token }}
- name: Upload the Eclipse plugin
Expand Down

0 comments on commit 7d116d8

Please sign in to comment.