Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-gcc9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
sudo apt-get install -y gcc-9 build-essential gettext autoconf

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install opensource COBOL 4J
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
dnf install -y java-21-amazon-corretto-devel gcc make autoconf diffutils gettext tar gzip bison flex

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-missing-javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get install -y gcc-9 build-essential gettext autoconf

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install opensource COBOL 4J
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install actionlint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get install -y build-essential gettext autoconf bison flex gcovr

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install opensource COBOL 4J
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Create a Release
run: gh release create ${{ github.ref }} -F ReleaseNote.md
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
contents: read
packages: write
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: |
cd ../
mv opensourcecobol4j/* .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/javadoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
java-version: '21'

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Run javadoc
working-directory: libcobj
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 @@ -13,7 +13,7 @@ jobs:
image: almalinux:9
steps:
- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/setup-java@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: microsoft/setup-msbuild@v2.0.0

- name: Checkout opensource COBOL 4J
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Restore NuGet packages
run: nuget restore ./win/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6

- name: Download libcobj.jar
uses: actions/download-artifact@v6
Expand Down