Skip to content

Commit

Permalink
Merge pull request #17 from InteractionDesignFoundation/dependabot/gi…
Browse files Browse the repository at this point in the history
…thub_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
alies-dev authored Feb 12, 2024
2 parents 9e92721 + 2f3ba7e commit 3af431d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
name: Backward compatibility check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: fetch tags
run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

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

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 6
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand Down

0 comments on commit 3af431d

Please sign in to comment.