Skip to content

Commit

Permalink
πŸ§‘πŸ»β€πŸ”§ Update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
roycornelissen committed Nov 9, 2024
1 parent 694804d commit 386ca55
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 46 deletions.
41 changes: 0 additions & 41 deletions .github/workflows/deprovision-env.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/provision-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get issue creator
id: github_handle
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/register-codespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Get issue creator
id: github_handle
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Get codespace name from issue title
id: codespace_name
if: success()
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down

0 comments on commit 386ca55

Please sign in to comment.