Skip to content

Commit

Permalink
bump github action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jcberquist committed Feb 2, 2024
1 parent 874138a commit 4e11872
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,17 @@ jobs:
strategy:
fail-fast: true
matrix:
cfengine: ["lucee@5", "adobe@2016", "adobe@2018"]
cfengine: ["lucee@5", "adobe@2016", "adobe@2018", "adobe@2021"]
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.2.0
with:
path: stripecfml # checkout as stripecfml because that is how the module installs

- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.9.0
with:
distribution: 'zulu'
java-version: 11

- name: Set Up CommandBox
Expand All @@ -38,12 +39,13 @@ jobs:
name: Format
steps:
- name: Checkout Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.2.0

- name: Setup Java JDK
uses: actions/setup-java@v1.4.3
uses: actions/setup-java@v3.9.0
with:
java-version: 11
distribution: 'zulu'
java-version: 11

- name: Set Up CommandBox
uses: elpete/setup-commandbox@v1.0.0
Expand All @@ -57,4 +59,4 @@ jobs:
- name: Commit Format Changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Apply cfformat changes
commit_message: Apply cfformat changes

0 comments on commit 4e11872

Please sign in to comment.