Skip to content

Commit

Permalink
update GitHub Actions versions due to Node.js 16 deprecation (in favor (
Browse files Browse the repository at this point in the history
#89)

of Node.js 20)
  • Loading branch information
mjbear authored Jul 30, 2024
1 parent 26ff65d commit 86ee7a9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: echo "Hello World!"

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

# - name: Setup Python
# uses: actions/setup-python@v3
# uses: actions/setup-python@v5

# - name: Install Python requirements
# run: pip3 install -r requirements.txt
Expand All @@ -28,15 +28,15 @@ jobs:
# uses: pre-commit/[email protected]

# - name: Check paths for sites/site_1
# uses: dorny/paths-filter@v2
# uses: dorny/paths-filter@v3
# id: filter-site1
# with:
# filters: |
# workflows:
# - 'sites/site_1/**'

# - name: Check paths for sites/site_2
# uses: dorny/paths-filter@v2
# uses: dorny/paths-filter@v3
# id: filter-site2
# with:
# filters: |
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
run: echo "Hello World!"

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

# - name: Setup Python
# uses: actions/setup-python@v3
# uses: actions/setup-python@v5

# - name: Install Python requirements
# run: pip3 install -r requirements.txt
Expand All @@ -28,15 +28,15 @@ jobs:
# uses: pre-commit/[email protected]

# - name: Check paths for sites/site_1
# uses: dorny/paths-filter@v2
# uses: dorny/paths-filter@v3
# id: filter-site1
# with:
# filters: |
# workflows:
# - 'sites/site_1/**'

# - name: Check paths for sites/site_2
# uses: dorny/paths-filter@v2
# uses: dorny/paths-filter@v3
# id: filter-site2
# with:
# filters: |
Expand Down

0 comments on commit 86ee7a9

Please sign in to comment.