Skip to content

Commit

Permalink
updated external actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
milosz-barylowicz committed Jan 31, 2024
1 parent 2402838 commit ba1087f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ on:
jobs:
build:

runs-on: ubuntu-latest
runs-on: [ ubuntu-22.04 ]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cleanup-outdated-github-workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ on:

jobs:
remove-all-runs:
runs-on: [ ubuntu-latest ]
runs-on: [ ubuntu-22.04 ]
permissions:
actions: write
steps:
- name: Remove all workflows runs
uses: Mattraks/[email protected].4
uses: Mattraks/[email protected].6
with:
token: ${{ github.token }}
repository: ${{ github.repository }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: [ ubuntu-22.04 ]

steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: set up JDK 17
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2019 Miłosz Baryłowicz
Copyright (c) 2019-2024 Miłosz Baryłowicz

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down

0 comments on commit ba1087f

Please sign in to comment.