Skip to content

Commit

Permalink
actions/checkout v3 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
brookback committed Jan 30, 2024
1 parent 1dccb3b commit fc1f682
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Download build
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Check if latest note is already posted
id: mastodon_note_check
Expand All @@ -94,7 +94,7 @@ jobs:
if: ${{ needs.check_latest_note.outputs.do_post }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit fc1f682

Please sign in to comment.